Skip to content

Instantly share code, notes, and snippets.

@shelooks16
Created September 7, 2021 20:56
Show Gist options
  • Save shelooks16/8f849adbd9c8617c9170fd5e38f87c3e to your computer and use it in GitHub Desktop.
Save shelooks16/8f849adbd9c8617c9170fd5e38f87c3e to your computer and use it in GitHub Desktop.
Vscode configuration
{
// security trust window, open = not shown
"security.workspace.trust.untrustedFiles": "open",
// configure git-bash (windows-only for git-bash users)
"terminal.integrated.profiles.windows": {
"Git Bash": {
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
"args": ["-l", "-i"]
}
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
// prettier
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
@muskan-mohiuddin
Copy link

why its showing this?

@muskan-mohiuddin
Copy link

sir how to config git?

@muskan-mohiuddin
Copy link

what to do ?

@shelooks16
Copy link
Author

@muskan-mohiuddin

Run the commands from my previous reply in the terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment