removed vscode config from repo

This commit is contained in:
D4rkr34lm
2024-08-06 18:43:46 +02:00
committed by D4rkr34lm
parent 6c7b0f7bb5
commit 3b378977b7
-42
View File
@@ -1,42 +0,0 @@
{
"extensions": {
"recommendations": [
"vscjava.vscode-java-pack",
"sonarsource.sonarlint-vscode"
]
},
"folders": [
{"name": "BauSystem", "path": "./BauSystem"},
{"name": "FightSystem", "path": "./FightSystem"},
{"name": "TowerRun", "path": "./TowerRun"},
{"name": "TutorialSystem", "path": "./TutorialSystem"},
{"name": "LobbySystem", "path": "./LobbySystem"},
{"name": "MissileWars", "path": "./MissileWars"},
{"name": "Teamserver", "path": "./Teamserver"},
{"name": "Realtime", "path": "./Realtime"},
{"name": "CommandFramework", "path": "./CommandFramework"},
{"name": "KotlinCore", "path": "./KotlinCore"},
{"name": "CommonCore", "path": "./CommonCore"},
{"name": "SpigotCore", "path": "./SpigotCore"},
{"name": "VelocityCore", "path": "./VelocityCore"},
{"name": "SchematicSystem", "path": "./SchematicSystem"},
{"name": "root", "path": "."}
]
,
"settings": {
"workbench.colorCustomizations": {
"activityBar.background": "#ffff44",
"activityBar.foreground": "#555555",
"titleBar.activeBackground": "#333330",
"titleBar.activeForeground": "#dadada"
},
"editor.wordWrap": "off",
"editor.formatOnSave": true,
"cSpell.words": [
"Teamserver"
]
}
}