Skip to content

Commit 9942f07

Browse files
chore: remove unused extensions from Gitpod/Codespaces (#1312)
1 parent fa236b9 commit 9942f07

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .devcontainer/devcontainer.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"firsttris.vscode-jest-runner",
2323
"visualstudioexptteam.vscodeintellicode",
2424
"amazonwebservices.aws-toolkit-vscode",
25-
"ms-vscode.vscode-typescript-tslint-plugin",
2625
"ms-azuretools.vscode-docker"
2726
],
2827
// Use 'postCreateCommand' to run commands after the container is created.

Diff for: .gitpod.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ vscode:
1717
- dbaeumer.vscode-eslint
1818
- esbenp.prettier-vscode
1919
- firsttris.vscode-jest-runner
20-
- ms-azuretools.vscode-docker
21-
- ms-vscode.vscode-typescript-tslint-plugin
20+
- ms-azuretools.vscode-docker

0 commit comments

Comments
 (0)