update settings
This commit is contained in:
parent
42414bbea6
commit
6ed8691ebc
@ -16,6 +16,7 @@
|
|||||||
"ms-edgedevtools.vscode-edge-devtools",
|
"ms-edgedevtools.vscode-edge-devtools",
|
||||||
"ms-mssql.mssql",
|
"ms-mssql.mssql",
|
||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
|
"ms-python.vscode-pylance",
|
||||||
"ms-toolsai.jupyter",
|
"ms-toolsai.jupyter",
|
||||||
"ms-vscode-remote.remote-wsl",
|
"ms-vscode-remote.remote-wsl",
|
||||||
"ms-vscode.cpptools",
|
"ms-vscode.cpptools",
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
"nativescript.analytics.enabled": true,
|
"nativescript.analytics.enabled": true,
|
||||||
"cSpell.userWords": [
|
"cSpell.userWords": [
|
||||||
|
"API's",
|
||||||
"AUTORESPONDER",
|
"AUTORESPONDER",
|
||||||
"Barcodes",
|
"Barcodes",
|
||||||
"Configruation",
|
"Configruation",
|
||||||
@ -161,5 +162,6 @@
|
|||||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||||
},
|
},
|
||||||
"team.showFarewellMessage": false,
|
"team.showFarewellMessage": false,
|
||||||
"window.zoomLevel": 0
|
"window.zoomLevel": 0,
|
||||||
|
"workbench.editor.untitled.hint": "hidden"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user