List of Visual Studio Code related pages
-
Visual Studio Code - Displaying Git changed files as a tree
In VSCODE, you can display the list of Git source control files as a tree. When displayed as a tree, it is easier to see which folder’s files have been changed. -
Visual Studio Code - Hide __pycache__
To hide the Python cache folder “__pycache__” and the cache file “.pyc”, add the pattern of the file/folder you want to hide to the “files.exclude” setting. -
Visual Studio Code - How to Change the Font Size
To change the font size in VSCode, change the value of Editor:Font Size in the Settings window. -
Visual Studio Code - How to Check Your Version (Mac)
To check the VSCode version, choose "About Visual Studio Code" from the Code menu. -
Visual Studio Code - How to Check Your Version (Windows)
To check the version of VSCode, choose About from the Help menu.