Python in Visual Studio Code – April 2019 Release
11–20 of 42 posts
Re: Python in Visual Studio Code – April 2019 Release
#12A feature I would like is use my VScode against a python programming environment in docker. The only way I have found this possible is to actually run VSCode itself in docker.
Re: Python in Visual Studio Code – April 2019 Release
#13Re: Python in Visual Studio Code – April 2019 Release
#14Not to hijack the thread, but does anyone know a good way to run vscode remotely? I have a large c++ code base that only compiles on a specific server, and I'd like to run it there. I tried code-server, but it's extremely buggy, and not quite ready for prime time. X forwarding was also painfully slow. Is vnc the only option?
[1] https://marketplace.visualstudio.com/items?itemName=liximomo...
[2] https://marketplace.visualstudio.com/items?itemName=Kelvin.v...
Re: Python in Visual Studio Code – April 2019 Release
#15Not to hijack the thread, but does anyone know a good way to run vscode remotely? I have a large c++ code base that only compiles on a specific server, and I'd like to run it there. I tried code-server, but it's extremely buggy, and not quite ready for prime time. X forwarding was also painfully slow. Is vnc the only option?
Re: Python in Visual Studio Code – April 2019 Release
#16Not to hijack the thread, but does anyone know a good way to run vscode remotely? I have a large c++ code base that only compiles on a specific server, and I'd like to run it there. I tried code-server, but it's extremely buggy, and not quite ready for prime time. X forwarding was also painfully slow. Is vnc the only option?
https://marketplace.visualstudio.com/items?itemName=Kelvin.v...
Re: Python in Visual Studio Code – April 2019 Release
#17Not to hijack the thread, but does anyone know a good way to run vscode remotely? I have a large c++ code base that only compiles on a specific server, and I'd like to run it there. I tried code-server, but it's extremely buggy, and not quite ready for prime time. X forwarding was also painfully slow. Is vnc the only option?
Re: Python in Visual Studio Code – April 2019 Release
#18Not to hijack the thread, but does anyone know a good way to run vscode remotely? I have a large c++ code base that only compiles on a specific server, and I'd like to run it there. I tried code-server, but it's extremely buggy, and not quite ready for prime time. X forwarding was also painfully slow. Is vnc the only option?
Re: Python in Visual Studio Code – April 2019 Release
#19Microsoft is doing a good job of turning VSCode into Visual Studio. This is far from a basic text editor anymore.
Visual Studio still has some perks, but with the dotnet cli it’s actually decent enough to use .net core on a Mac.
What I don’t get is why they aren’t focusing even more on VS Code, I mean, why bother making Visual Studio for mac when you have an all-platform alternative?
The only bad thing about VSCode is that it has made me really, really hate the dark-theme in visual studio because the code one is so much better.
Re: Python in Visual Studio Code – April 2019 Release
#20Microsoft is doing a good job of turning VSCode into Visual Studio. This is far from a basic text editor anymore.
Which is honestly what they need to do, to make .net core truly next level. It was such a drag to so C# on non windows machines, and it’s becoming less and less so. Visual Studio still has some perks, but with the dotnet cli it’s actually decent enough to use .net core on a Mac. What I don’t get is why they aren’t focusing even more on VS Code, I mean, why bother making Visual Studio for mac when you have an all-plat…