Update Codium extensions for Java support

This commit is contained in:
Tobi Schäfer 2024-05-18 14:37:55 +02:00
parent 581b17bc72
commit eae2848e9e
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
3 changed files with 91 additions and 1 deletions

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"vscjava.vscode-java-pack"
]
}