Console Error - Extension ms-python.python CANNOT USE these API proposals... #414
-
Hi, I've modified the demo files to get a cleaner version of the editor. However, I am getting this Error console log once the python extension has been installed. Here's the updated constructOptions (IWorkbenchConstructionOptions) in
Any insights or help on how to fix it or proper way to install Python extension automatically on initial load would be much appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Outdated? It just use an open source extension registry instead of the microsoft one
Only builtin extensions can access api proposals, and installing it that way doesn't consider the extension as builtin You better install and import |
Beta Was this translation helpful? Give feedback.
You can put the vsix file in your project and import it via the vsix-plugin