We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caf12d commit 3e7b45dCopy full SHA for 3e7b45d
.vscode/extensions.json
@@ -4,6 +4,8 @@
4
"recommendations": [
5
"editorconfig.editorconfig",
6
"esbenp.prettier-vscode",
7
- "dbaeumer.vscode-eslint"
+ "dbaeumer.vscode-eslint",
8
+ "ms-python.python",
9
+ "ms-python.vscode-pylance"
10
]
11
}
.vscode/settings.json
@@ -56,7 +56,7 @@
56
"editor.codeActionsOnSave": {
57
"source.fixAll.eslint": true
58
},
59
- "python.languageServer": "Pylance",
+ "python.languageServer": "Default",
60
"python.linting.pylintEnabled": false,
61
"python.linting.flake8Enabled": true,
62
"cucumberautocomplete.skipDocStringsFormat": true,
0 commit comments