Skip to content

Commit 94a3daa

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 4f752b1 + 417f239 commit 94a3daa

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030

3131
// Use 'postCreateCommand' to run commands after the container is created.
3232
"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",
3336

3437
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3538
"remoteUser": "node"

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
"files.exclude": {
33
"**/translations": true
44
}
5-
}
5+
"workbench.editor.enablePreview": false,
6+
"workbench.editor.enablePreviewFromQuickOpen": false
7+
}

0 commit comments

Comments
 (0)