fix(curriculum): remove .vscode/settings.json (#164)

* Delete .vscode/settings.json

* remove vscode settings
This commit is contained in:
Supravisor 2024-04-27 21:23:59 +12:00 committed by GitHub
parent e92a0561b5
commit 4a635b463d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View file

@ -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

View file

@ -1,3 +0,0 @@
{
"workbench.colorTheme": "freeCodeCamp Dark Theme"
}