Skip to content

Commit 3e7b45d

Browse files
author
Kartik Raj
authored
Ensure install pylance prompt does not show up when starting codespaces (#19495)
* Ensure install pylance prompt does not show up when starting codespaces * Add to it extensions.json instead
1 parent 2caf12d commit 3e7b45d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"recommendations": [
55
"editorconfig.editorconfig",
66
"esbenp.prettier-vscode",
7-
"dbaeumer.vscode-eslint"
7+
"dbaeumer.vscode-eslint",
8+
"ms-python.python",
9+
"ms-python.vscode-pylance"
810
]
911
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"editor.codeActionsOnSave": {
5757
"source.fixAll.eslint": true
5858
},
59-
"python.languageServer": "Pylance",
59+
"python.languageServer": "Default",
6060
"python.linting.pylintEnabled": false,
6161
"python.linting.flake8Enabled": true,
6262
"cucumberautocomplete.skipDocStringsFormat": true,

0 commit comments

Comments
 (0)