поле ввода для поиска пайщика и извлечения его username
This commit is contained in:
Vendored
+5
-2
@@ -5,12 +5,15 @@
|
||||
"editor.tabCompletion": "onlySnippets",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint":"explicit"
|
||||
"source.addMissingImports.ts": "explicit",
|
||||
"source.fixAll.ts": "explicit",
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"eslint.run": "onType",
|
||||
"eslint.validate": ["javascript", "typescript", "vue"],
|
||||
"i18n-ally.localesPaths": ["src/i18n"],
|
||||
"typescript.format.enable": true,
|
||||
"typescript.format.indentSwitchCase": false,
|
||||
"typescript.validate.enable": true
|
||||
"typescript.validate.enable": true,
|
||||
"notebook.defaultFormatter": "Vue.volar"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user