This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NOTE: This is a partial version of the settings, copy what you need into your own Windows Terminal's settings.json | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"profiles": { | |
"defaults": { | |
// Put settings here that you want to apply to all profiles | |
"colorScheme": "VS Code" | |
}, |