Skip to content

Commit

Permalink
feat(code): update vscode user settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftgeist committed Dec 9, 2024
1 parent 4edba76 commit 509c466
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,15 @@
"foam.edit.linkReferenceDefinitions": "withExtensions",
"git-graph.dialog.rebase.launchInteractiveRebase": true,
"git.allowForcePush": true,
"git.allowNoVerifyCommit": true,
"git.autofetch": true,
"git.confirmNoVerifyCommit": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.openRepositoryInParentFolders": "never",
"git.replaceTagsWhenPull": true,
"githubPullRequests.createOnPublishBranch": "never",
"githubPullRequests.fileListLayout": "flat",
"githubPullRequests.pullBranch": "never",
"gitlens.ai.experimental.generateCommitMessage.enabled": false,
"gitlens.codeLens.enabled": false,
Expand Down Expand Up @@ -226,7 +229,5 @@
"workbench.iconTheme": "symbols",
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.tree.stickyScrollMaxItemCount": 2,
"git.allowNoVerifyCommit": true,
"git.confirmNoVerifyCommit": false
"workbench.tree.stickyScrollMaxItemCount": 2
}

0 comments on commit 509c466

Please sign in to comment.