24 lines
520 B
Plaintext
24 lines
520 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"extensions": {
|
|
"recommendations": [
|
|
"EditorConfig.EditorConfig",
|
|
"dprint.dprint",
|
|
"dbaeumer.vscode-eslint",
|
|
"biomejs.biome"
|
|
]
|
|
},
|
|
"settings": {
|
|
"window.title": "SPT-AKI Server",
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dprint.dprint",
|
|
"editor.codeActionsOnSave": [
|
|
"source.organizeImports.biome"
|
|
]
|
|
}
|
|
}
|