Last active
June 14, 2022 10:13
-
-
Save qihuahu/78ca07e939382a86972f1abd8d2cb1c8 to your computer and use it in GitHub Desktop.
Personal VSCode settings
This file contains hidden or 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
Show hidden characters
{ | |
// Completely disable trust workspace | |
// I know it's not safe, but I don't run random code from the internet. | |
"security.workspace.trust.enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment