Jacques Lucke
Jacques Lucke
Visual Studio Code supports multi-root-workspaces (https://code.visualstudio.com/docs/editor/multi-root-workspaces). With that, you do not need to have multiple instances running at the same time. The blender extension should be able to support that,...
The extension probably installed `ptvsd` some time ago for you and since then it was working. The problem is that `ptvsd` was deprecated and caused some issues. You could try:...
Can you check if undoing https://github.com/JacquesLucke/blender_vscode/commit/3870175ef0a12394bb8f955cae3131d897ddfc13 fixes the issue for you?
Thanks, not sure if there is a good way to fix it, will see.
As a developer you can learn how to develop this ;D I also had no idea what I got myself into when I started developing this extension haha Yes, I...
Hey, yes I've heard about. I checked the alternatives before I started working on this project. That is right, there will probably be a bad collision when someone uses your...
Ah, I and yep, I can definitely insert a check to see if the ptvsd server is running already and don't do anything in that case. :)
I'm not sure if I want people to install Python this way. It can really cause issues sometimes when you have multiple versions of python.. Maybe you could add a...