From 19eaee948c518ec8e8bc0065be6743dd3445c435 Mon Sep 17 00:00:00 2001 From: niko-achilles Date: Sun, 19 Feb 2023 17:21:25 +0200 Subject: [PATCH] fix: cloud dev. env. gitpod and codespaces (#1276) --- .devcontainer/devcontainer.json | 1 - .gitpod.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bd207514cb..b49ea2d8a5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,6 @@ "firsttris.vscode-jest-runner", "visualstudioexptteam.vscodeintellicode", "amazonwebservices.aws-toolkit-vscode", - "ms-vscode.vscode-typescript-tslint-plugin", "ms-azuretools.vscode-docker" ], // Use 'postCreateCommand' to run commands after the container is created. diff --git a/.gitpod.yml b/.gitpod.yml index 06cac6a0bb..33253c2032 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -17,5 +17,4 @@ vscode: - dbaeumer.vscode-eslint - esbenp.prettier-vscode - firsttris.vscode-jest-runner - - ms-azuretools.vscode-docker - - ms-vscode.vscode-typescript-tslint-plugin + - ms-azuretools.vscode-docker \ No newline at end of file