We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69a1ba commit 38fb874Copy full SHA for 38fb874
.vscode/extensions.json
@@ -0,0 +1,8 @@
1
+{
2
+ "recommendations": [
3
+ "vscjava.vscode-gradle",
4
+ "ms-vscode-remote.remote-containers",
5
+ "github.vscode-pull-request-github",
6
+ "vscjava.vscode-java-pack"
7
+ ]
8
+}
.vscode/settings.json
+ //Configure the JDK to Java 18 in settings
+ "java.compile.nullAnalysis.mode": "disabled",
+ "java.format.settings.url": "meta/formatting/google-style-eclipse.xml",
+ "editor.formatOnSave": true,
+ "editor.formatOnPaste": true,
+ "java.format.enabled": true,
0 commit comments