Skip to content

Instantly share code, notes, and snippets.

@acatejr
Created April 14, 2016 14:46
Show Gist options
  • Save acatejr/d2396080bf4e3c4497d8e2a7ca94b861 to your computer and use it in GitHub Desktop.
Save acatejr/d2396080bf4e3c4497d8e2a7ca94b861 to your computer and use it in GitHub Desktop.
Visual Studio Code Tips

To hide file in the explorer pane File -> Preferences -> User Settings This opens the settings.json file Create like the following entry:

"files.exclude": { "**/*.pyc": true, }

This would prevent all .pyc files from being listed in the Explorer pane tree-veiw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment