We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b811bbd commit f5498fbCopy full SHA for f5498fb
.devcontainer/devcontainer.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "nickliffen/gssar",
3
+ "image": "ghcr.io/nickliffen/csenv:main",
4
+ "settings": {},
5
+ "extensions": [
6
+ "dbaeumer.vscode-eslint",
7
+ "hookyqr.beautify",
8
+ "naumovs.color-highlight",
9
+ "redhat.vscode-yaml",
10
+ "vscode-icons-team.vscode-icons",
11
+ "wayou.vscode-todo-highlight",
12
+ "esbenp.prettier-vscode",
13
+ "ms-vscode.vscode-typescript-next",
14
+ "github.copilot",
15
+ "donjayamanne.githistory",
16
+ "nixon.env-cmd-file-syntax"
17
+ ],
18
+ "remoteUser": "node"
19
+}
0 commit comments