add pylance

This commit is contained in:
wh1te909 2020-10-21 06:14:40 +00:00
parent 18f19c644b
commit b392164957
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
{
"python.pythonPath": "api/tacticalrmm/env/bin/python",
"python.languageServer": "Pylance",
"python.analysis.extraPaths": [
"api/tacticalrmm"
],
"python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"vetur.format.defaultFormatter.js": "prettier",