-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
The current internal plugin-registry used in Dev Spaces is missing some key extensions to fully support Python CDEs. The ms-python.python extension has a dependency on the ms-python.debugpy which enables Python Debugger. The ms-python.pylint is also missing which is required to have code lint enabled in the editor. MongoDB is also a common data store used by Python Apps. Lastly, it would be great to have https://open-vsx.org/extension/cnshenj/vscode-task-manager added to that list to better access devfile commands (tasks).
So this FR asks for the following addition to the default plugin-registry:
- ms-python.debugpy
- ms-python.pylint
- mongodb.mongodb-vscode
- cnshenj.vscode-task-manager