I am unable to find a setting to enable modified/changed/new lines highlight in editor. Like on this screenshot from the video about angular2 by google.
This is connected with your file being under revision control. If you have your files in git and open the folder in VS Code. You will see the colors depending on the change you've made.
How do I customize the tab-to-space conversion factor when using Visual Studio Code?
For instance, right now in HTML it appears to produce two spaces per press of TAB, but in TypeScript it produces 4.
Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from Visual Studio Code, what steps should be followed?
How can vertical rulers (note the plural) be configured in Visual Studio Code?
In Sublime Text 2 I can do
"rulers": [72, 80, 100, 120]
How does this work in Visual Studio?
"editor.ruler": 80
produces only one vertical ruler.