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

This commit is contained in:
Lasse Jørgensen 2024-06-03 22:35:08 +02:00 committed by GitHub
parent cd1ce67879
commit ece2ea1936
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"
}