зеркало из https://github.com/microsoft/pyright.git
17 строки
477 B
JSON
17 строки
477 B
JSON
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"python.languageServer": "None",
|
|
}
|