From 4a635b463dcdeb2eb0104d474ca455b385b7a43d Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:23:59 +1200 Subject: [PATCH] fix(curriculum): remove .vscode/settings.json (#164) * Delete .vscode/settings.json * remove vscode settings --- .gitpod.yml | 6 +----- .vscode/settings.json | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitpod.yml b/.gitpod.yml index 263f6fa..d83699d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -7,8 +7,4 @@ ports: tasks: - init: npm install - command: npm run start - -vscode: - extensions: - - https://github.com/freeCodeCamp/freecodecamp-dark-vscode-theme/releases/download/v1.0.0/freecodecamp-dark-vscode-theme-1.0.0.vsix + command: npm run start \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e0e0236..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "workbench.colorTheme": "freeCodeCamp Dark Theme" -}