From 3b378977b7f4cb4188591e57d2dfa0e8a1dd3387 Mon Sep 17 00:00:00 2001 From: D4rkr34lm Date: Tue, 6 Aug 2024 18:43:46 +0200 Subject: [PATCH] removed vscode config from repo --- steamwar.code-workspace | 42 ----------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 steamwar.code-workspace diff --git a/steamwar.code-workspace b/steamwar.code-workspace deleted file mode 100644 index 8277f7a5..00000000 --- a/steamwar.code-workspace +++ /dev/null @@ -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" - ] - } -} \ No newline at end of file