Browse Source

Added new ms Python extension

Basti Tee 4 years ago
parent
commit
68ebcaed5a
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .vscode/extensions.json

+ 5 - 4
.vscode/extensions.json

@@ -1,6 +1,7 @@
 {
-  "recommendations": [
-    "ms-python.python",
-    "wayou.vscode-todo-highlight"
-  ]
+    "recommendations": [
+        "ms-python.python",
+        "ms-python.vscode-pylance",
+        "wayou.vscode-todo-highlight"
+    ]
 }