We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ba8a5 commit b423dbaCopy full SHA for b423dba
.devcontainer/devcontainer.json
@@ -1,7 +1,16 @@
1
{
2
"name": "Codespaces JS/TS",
3
"extensions": [
4
- "github.vscode-github-actions"
+ "github.vscode-github-actions",
5
+ "dbaeumer.vscode-eslint",
6
+ "steoates.autoimport",
7
+ "orta.vscode-jest",
8
+ "ms-vscode.js-debug",
9
+ "christian-kohler.npm-intellisense",
10
+ "christian-kohler.path-intellisense",
11
+ "esbenp.prettier-vscode",
12
+ "alibaba-cloud.tongyi-lingma",
13
+ "ms-vscode.vscode-typescript-next"
14
],
15
"dockerFile": "Dockerfile",
16
"settings": {
0 commit comments