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 31b4f72 commit f6fb768Copy full SHA for f6fb768
.devcontainer/devcontainer.json
@@ -4,10 +4,14 @@
4
"service": "commitlint",
5
"workspaceFolder": "/root/repo",
6
"shutdownAction": "stopCompose",
7
- "extensions": [
8
- "editorconfig.editorconfig",
9
- "ms-vsliveshare.vsliveshare-pack",
10
- "ms-azuretools.vscode-docker",
11
- "esbenp.prettier-vscode"
12
- ]
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "editorconfig.editorconfig",
+ "esbenp.prettier-vscode",
+ "ms-azuretools.vscode-docker",
13
+ "ms-vsliveshare.vsliveshare-pack"
14
+ ]
15
+ }
16
17
}
0 commit comments