Created
February 6, 2025 12:11
-
-
Save thanhdancer/20ae149b5e2f9aab045efb0a902b7faa to your computer and use it in GitHub Desktop.
VSCode handy shortcuts
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
[ | |
{ "key": "ctrl+n", "command": "explorer.newFile", "when": "explorerViewletFocus" }, | |
{ "key": "ctrl+shift+n", "command": "explorer.newFolder", "when": "explorerViewletFocus" }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment