We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f752b1 + 417f239 commit 94a3daaCopy full SHA for 94a3daa
2 files changed
.devcontainer/devcontainer.json
@@ -30,6 +30,9 @@
30
31
// Use 'postCreateCommand' to run commands after the container is created.
32
"postCreateCommand": "npm ci && npm run build",
33
+
34
+ // Use 'postCreateCommand' to install the Open Reusables extension.
35
+ "postCreateCommand": "code --install-extension .vscode/open-reusable-1.3.0.vsix",
36
37
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
38
"remoteUser": "node"
.vscode/settings.json
@@ -2,4 +2,6 @@
2
"files.exclude": {
3
"**/translations": true
4
}
5
-}
+ "workbench.editor.enablePreview": false,
6
+ "workbench.editor.enablePreviewFromQuickOpen": false
7
+}
0 commit comments