2021-02-26 14:26:22 +03:00
|
|
|
{
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"eslint.alwaysShowStatus": true,
|
|
|
|
"eslint.format.enable": false,
|
|
|
|
"eslint.debug": true,
|
|
|
|
"eslint.lintTask.enable": true,
|
2021-07-31 09:18:23 +03:00
|
|
|
"files.eol": "\n",
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2021-08-12 21:04:48 +03:00
|
|
|
},
|
|
|
|
"[jsonc]": {
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
2021-08-26 00:59:50 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.deploySubpath": "device-models-function",
|
|
|
|
"azureFunctions.postDeployTask": "npm install (functions)",
|
|
|
|
"azureFunctions.projectLanguage": "TypeScript",
|
|
|
|
"azureFunctions.projectRuntime": "~3",
|
|
|
|
"debug.internalConsoleOptions": "neverOpen",
|
2021-02-26 14:26:22 +03:00
|
|
|
}
|