forked from SteamWar/SteamWar
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
{
|
|
"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"
|
|
]
|
|
}
|
|
} |