Replies: 1 comment 2 replies
-
You would need to register the file extension of your DSL as providing Python syntax. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi vscode-python team,
I'm working on an extension that also uses the selected virtual env. It use to work by using:
Doing this your extension was started as well and I could select a virtual env in the statusbar.
Due to some changes in your extension, it seems this part of the statusbar is only visible anymore when a
.py
file orsettings.json
is open.I'm using my extension with a custom DSL so I would like to keep the venv selector in the status bar active with other file types.
Do you have any idea how I could achieve this?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions