Server/project/Server.code-workspace

23 lines
540 B
Plaintext
Raw Normal View History

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