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

This commit is contained in:
Lasse Jørgensen 2024-06-03 22:40:57 +02:00 committed by GitHub
parent 5c75ba551d
commit 4d33185a8e
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"
}