VSCode Tips…

VSCode Tips…
Photo by AltumCode on Unsplash

So there are times when you just need a place to store some notes and I keep losing these notes. I am done searching for them; making copies to send to others; and adding extra descriptions. This page has all the key information that a person needs to customize bas VSCode features.

CTRL + , then search for bracket pair - turn on block highlighting

  • Editor › Bracket Pair Colorization: Enabled: (checked)
  • Editor › Guides: Bracket Pairs: active
  • Editor › Guides: Bracket Pairs Horizontal: active
  • Editor › Guides: Highlight Active Bracket Pair: (checked) Bracket Guides

CTRL + , then search for python directory - execute from file’s directory Python Code Execution

CTRL + , then search for terminal external

  • Terminal › External: Windows Exec: C:\Program Files\Git\bin\bash.exe - sets git bash as default terminal
  • Terminal: Explorer Kind: external - by right clicking of file in vscode explorer External Terminal

CTRL + , then search for terminal integrated default profile windows

  • Terminal › Integrated › Default Profile: Windows: Git Bash - sets bottom of screen terminal to be Git Bash Internal Terminal

CTRL + , then search for python environment - sets terminal environment to match active interpreter

  • Python › Terminal: Activate Env In Current Terminal: (checked)
  • Python › Terminal: Activate Environment: (checked) Run Env in Terminal

There are several things that people like and one of my favorite themes is a default theme called Monokai. This theme has a dull dark grey background color and bright, high contrast text. For some reason, I like this theme color selections for code and markdown files.

An alternate theme that many people compliment is called Github Dark Default and is an extension that can be added to VSCode. This theme uses a very dark black background and high contrast fonts but

This is a preview of Clap Button, a new feedback and analytics tools for Hydejack, built by yours truly. You can try it out on localhost for free, but it will be removed (together with this message) when building with JEKYLL_ENV=production. To use Clap Button on your site, get a subscription
and set clap_button: true in your config file.


This site is a modified version of Hydejack v9.1.4 created by Erin Wills.