fix(config): remove theme config (#36)

This commit is contained in:
Lasse Jørgensen 2024-06-03 22:39:46 +02:00 committed by GitHub
parent 4bfec4cc84
commit 49efa7a6bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 7 deletions

View file

@ -8,7 +8,3 @@ 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

View file

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