Skip to content

Commit

Permalink
Add VSCode settings for GitHub Copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jul 4, 2021
1 parent 561d8fe commit ff946b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vscode/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"editor.autoIndent": "advanced",
"editor.cursorBlinking": "phase",
"editor.detectIndentation": false,
"editor.inlineSuggest.enabled": true,
"editor.insertSpaces": true,
"editor.fontFamily": "'Dank Mono', 'Rec Mono Duotone', 'Fira Code', monospace",
"editor.fontLigatures": true,
Expand Down Expand Up @@ -83,6 +84,14 @@
"git.confirmSync": false,
"git.enableCommitSigning": true,
"git.enableSmartCommit": true,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": false,
"git-commit": false,
"ruby": false
},
"gitlens.advanced.abbreviatedShaLength": 7,
"gitlens.advanced.abbreviateShaOnCopy": true,
"gitlens.blame.avatars": false,
Expand Down

0 comments on commit ff946b1

Please sign in to comment.