fix: report button could still be interacted with

- fixes #3
This commit is contained in:
2022-10-07 13:36:18 -04:00
parent 299018c61b
commit de212d0b6d
3 changed files with 4 additions and 6 deletions

View File

@@ -26,7 +26,8 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"vscjava.vscode-java-pack"
"vscjava.vscode-java-pack",
"vscjava.vscode-gradle"
]
}
},