Skip to content
Home » Git config vscode

Git config vscode

To set visual studio code as a default editor in Git then follow the below command. Git config is used to set the default code editor in Git.

vscode as Git default editor:

git config --global core.editor "code --wait"

Also Read:

Git Config Editor
How to set vim as a default Git editor
Access Jetson Device via Remote Desktop
Add Two Numbers – Python
Animated: `useNativeDriver` was not specified issue of ReactNativeBase Input
How to select rows from a DataFrame based on column values
How to shutdown or reboot from terminal
How to update user information using files in C
How to use char * datatype in C
IndexError: list index out of range