Skip to content

Commit

Permalink
fix(vscode): specify work as defaultCloneDirectory for Git extension
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr authored Oct 10, 2024
1 parent 543ae81 commit cab4853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/settings/User.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"security.workspace.trust.enabled": false,
"security.workspace.trust.startupPrompt": "never",
"terminal.integrated.inheritEnv": false,
"git.defaultCloneDirectory": "~/work",
"python.testing.pytestEnabled": true,
"flake8.args": [
"--max-line-length=100"
Expand Down

0 comments on commit cab4853

Please sign in to comment.