summaryrefslogtreecommitdiff
path: root/.devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer.json')
-rw-r--r--.devcontainer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.devcontainer.json b/.devcontainer.json
index 5a4f709..b84ad06 100644
--- a/.devcontainer.json
+++ b/.devcontainer.json
@@ -36,7 +36,7 @@
],
"settings": {
"C_Cpp.autocomplete": "disabled",
- "C_Cpp.clang_format_fallbackStyle": "{ AllowShortFunctionsOnASingleLine: Empty, BraceWrapping: { AfterCaseLabel: true, AfterControlStatement: true, AfterFunction: true, AfterStruct: true, BeforeElse: true, BeforeWhile: true }, BreakBeforeBraces: Custom, ColumnLimit: 132, IndentCaseLabels: true, IndentWidth: 4, SpaceAfterCStyleCast: true, TabWidth: 4 }",
+ "C_Cpp.clang_format_fallbackStyle": "{ AllowShortFunctionsOnASingleLine: Empty, BraceWrapping: { AfterCaseLabel: true, AfterControlStatement: true, AfterFunction: true, AfterStruct: true, BeforeElse: true, BeforeWhile: true }, BreakBeforeBraces: Custom, ColumnLimit: 100, IndentCaseLabels: true, IndentWidth: 4, SpaceAfterCStyleCast: true, TabWidth: 4 }",
"C_Cpp.codeFolding": "disabled",
"C_Cpp.debugShortcut": false,
"C_Cpp.dimInactiveRegions": false,
@@ -128,7 +128,7 @@
"java.configuration.runtimes": [
{
"default": true,
- "name": "JavaSE-21",
+ "name": "JavaSE-22",
"path": "/opt/jdk"
}
],
@@ -215,7 +215,7 @@
8082,
8787
],
- "image": "ghcr.io/cs50/codespace:143c97e718aa01a0b4f9305285bb3647b976daa5",
+ "image": "ghcr.io/cs50/codespace:63132a04b51b25a71acc95a7956f66c34e786cd0",
"mounts": [
{
"source": "/var/run/docker.sock",