Earlier quoted context omitted.
The debugger changed how I code. So much better than any other node debug solutions.
I'm confused. Did javascript people not use a debugger before VS Code?
Visual Studio Code 1.8
21–30 of 197 posts
Re: Visual Studio Code 1.8
#22Earlier quoted context omitted.
The debugger changed how I code. So much better than any other node debug solutions.
I'm confused. Did javascript people not use a debugger before VS Code?
Re: Visual Studio Code 1.8
#23Re: Visual Studio Code 1.8
#24Excellent. I have high hopes for a sublime-style "whole document" scroll bar in future releases.
Re: Visual Studio Code 1.8
#25Re: Visual Studio Code 1.8
#26Re: Visual Studio Code 1.8
#27Excellent. I have high hopes for a sublime-style "whole document" scroll bar in future releases.
Re: Visual Studio Code 1.8
#28Anybody know how many people are on the VSCode team? They're moving so fast in adding useful stuff with very few hiccups...I'm lovin' it.
From one member: "VSCode has a relatively small team compared to the size of the product" - https://github.com/Microsoft/vscode/issues/13138#issuecommen...
Re: Visual Studio Code 1.8
#29I know they're working on styling, but now that the titlebar is black, too (on Mac), I really, really would appreciate if the status bar would blend in, too.
See link for suggestions how to mitigate. I use the tip from the person named sysrpl. VSCode is unusable with that blue color for me.
Re: Visual Studio Code 1.8
#30Finally, we get hot exit. :)
Now I only hope they add in hot-disk support.
Sublime Text 3 checks to see if the currently opened version differs from the file system. If it does, it prompts the user to keep the current version or replace it with the disk version. VS Code just replaces the current version with the disk version and doesn't retain history so you can't undo this.
I lost about an hour of work yesterday because I had a file open in both VS Code and Sublime Text. Pressing save in Sublime Text wiped out all changes. :(