2023-03-03 16:23:46 +01:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"extensions": {
|
2023-11-10 17:29:56 +01:00
|
|
|
"recommendations": [
|
|
|
|
"EditorConfig.EditorConfig",
|
|
|
|
"dprint.dprint",
|
2023-11-10 19:25:58 +01:00
|
|
|
"dbaeumer.vscode-eslint",
|
2023-11-10 23:21:20 +01:00
|
|
|
"biomejs.biome"
|
2023-11-10 17:29:56 +01:00
|
|
|
]
|
2023-03-03 16:23:46 +01:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"window.title": "SPT-AKI Server",
|
2023-11-10 17:29:56 +01:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.defaultFormatter": "dprint.dprint",
|
2023-11-10 19:25:58 +01:00
|
|
|
"editor.codeActionsOnSave": [
|
|
|
|
"source.organizeImports.biome"
|
|
|
|
]
|
2023-11-10 17:29:56 +01:00
|
|
|
}
|
2023-10-26 20:12:19 +02:00
|
|
|
}
|