Live data from Hacker News

Python in Visual Studio Code

blogs.msdn.microsoft.com

201–202 of 202 posts

Re: Python in Visual Studio Code

#201

Earlier quoted context omitted.

How does Sublime Text compare to VScode for you? I am curious about the choice between the two, and why one would be better.

I loved Sublime Text for years, but it gave me every impression of being dead on the vine. Since it's proprietary, there's not the option of forking it to add my own features and fixes. I personally find VSCode to be at least as good as ST in every way, and much better in many.

out of curiosity. Have you added features or fixes to VSCode?

Re: Python in Visual Studio Code

#202

Is there any way to import or convert a Sublime Text 3 colour scheme? It's stupid, but I'm so used to my customised colour scheme it really makes it hard to use anything else... and I'm comfortable enough with ST3 I can't be bothered spending time recreating the scheme from scratch

Can Sublime export a textmate theme? If so, yes, you can import a .tmTheme file into VS Code. https://code.visualstudio.com/docs/extensions/themes-snippet...

Great!

in fact my theme is already in tmTheme format because it came from ST2, which could always load Textmate themes

Post reply on HN