-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to launch VSCode from Kit #2
Comments
HI @mati-nvidia Great, all contributions are more than welcome :) What would be the implementation, launch VS Code by clicking the Window > VSCode embedded menu? |
That could work. I know you have the option to show viewport notification attached to that, so maybe it could be: Window > Embedded VS Code > Launch VS Code (not toggle-able) |
It sounds great... Are you going for it? |
Yes. Just need to find some time. :) |
Hello @mati-nvidia, @Toni-SM Is there any update on this? Having this added would be a great addition to the extension. |
Unfortunately I do not have the time at the moment to implement that feature. |
I can help with this one.
If we launch VSCode as a subprocess from Kit, we can pass the
PYTHONPATH
environment variable so that autocomplete and syntax highlighting will work.The text was updated successfully, but these errors were encountered: