From 6c7b0f7bb5d7c2691f39a9f365ac6b7c3ff0e44b Mon Sep 17 00:00:00 2001 From: D4rkr34lm Date: Tue, 6 Aug 2024 17:48:15 +0200 Subject: [PATCH] Added workspace config for VsCode workspace --- steamwar.code-workspace | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 steamwar.code-workspace diff --git a/steamwar.code-workspace b/steamwar.code-workspace new file mode 100644 index 00000000..8277f7a5 --- /dev/null +++ b/steamwar.code-workspace @@ -0,0 +1,42 @@ +{ + "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