Server/project/Server.code-workspace

24 lines
520 B
Plaintext
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
"folders": [
{
"path": "."
}
],
"extensions": {
"recommendations": [
"EditorConfig.EditorConfig",
"dprint.dprint",
"dbaeumer.vscode-eslint",
"biomejs.biome"
]
2023-03-03 16:23:46 +01:00
},
"settings": {
"window.title": "SPT-AKI Server",
"editor.formatOnSave": true,
"editor.defaultFormatter": "dprint.dprint",
"editor.codeActionsOnSave": [
"source.organizeImports.biome"
]
}
}