forked from SteamWar/SteamWar
Added workspace config for VsCode workspace
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user