We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa236b9 commit 9942f07Copy full SHA for 9942f07
.devcontainer/devcontainer.json
@@ -22,7 +22,6 @@
22
"firsttris.vscode-jest-runner",
23
"visualstudioexptteam.vscodeintellicode",
24
"amazonwebservices.aws-toolkit-vscode",
25
- "ms-vscode.vscode-typescript-tslint-plugin",
26
"ms-azuretools.vscode-docker"
27
],
28
// Use 'postCreateCommand' to run commands after the container is created.
.gitpod.yml
@@ -17,5 +17,4 @@ vscode:
17
- dbaeumer.vscode-eslint
18
- esbenp.prettier-vscode
19
- firsttris.vscode-jest-runner
20
- - ms-azuretools.vscode-docker
21
- - ms-vscode.vscode-typescript-tslint-plugin
+ - ms-azuretools.vscode-docker
0 commit comments