We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e0773 commit 4257073Copy full SHA for 4257073
.devcontainer/devcontainer.json
@@ -12,7 +12,9 @@
12
13
// Set *default* container specific settings.json values on container create.
14
"settings": {
15
- "terminal.integrated.shell.linux": "/bin/bash"
+ "terminal.integrated.shell.linux": "/bin/bash",
16
+ "editor.formatOnSave": true,
17
+ "clang-format.executable": "clang-format-12"
18
},
19
20
// Add the IDs of extensions you want installed when the container is created.
@@ -33,4 +35,4 @@
33
35
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
34
36
// "remoteUser": "vscode"
37
"remoteUser": "infinitime"
-}
38
+}
0 commit comments