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.
2 parents d4e586c + 2c5bf61 commit 8e44c63Copy full SHA for 8e44c63
devcontainer.json
@@ -138,7 +138,7 @@
138
"java.server.launchMode": "Standard",
139
"java.configuration.runtimes": [
140
{
141
- "name": "JavaSE-22",
+ "name": "JavaSE-23",
142
"path": "/opt/jdk",
143
"default": true
144
}
@@ -219,6 +219,7 @@
219
"workbench.editor.closeOnFileDelete": true,
220
"workbench.editor.enablePreview": false,
221
"workbench.iconTheme": "vs-minimal", /* Simplify icons */
222
+ "workbench.layoutControl.enabled": false,
223
"workbench.preferredDarkColorTheme": "GitHub Dark Default",
224
"workbench.preferredLightColorTheme": "GitHub Light Default",
225
"workbench.startupEditor": "none",
0 commit comments