Skip to content

Commit

Permalink
chore(config): update gitpod/vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlette committed Oct 20, 2022
1 parent accce16 commit e06c4c0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ vscode:
- "redhat.vscode-yaml"
- "antfu.browse-lite"
- "bierner.markdown-preview-github-styles"
- "gitpod.gitpod-desktop"
- "gitpod.gitpod-remote-ssh"

github:
prebuilds:
Expand All @@ -27,4 +29,3 @@ github:
addLabel: true
addCheck: true
addBadge: true

1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"sdras.night-owl",
"redhat.vscode-yaml",
"antfu.iconify",
"antfu.unocss",
"antfu.browse-lite",
"bierner.markdown-preview-github-styles"
]
Expand Down
36 changes: 19 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@
"deno.codeLens.test": true,
"deno.codeLens.testArgs": [
"--allow-all",
"--no-check"
"--no-check",
"--unstable"
],
"deno.lint": true,
"[typescript][typescriptreact][javascript][javascriptreact][json][jsonc]": {
"editor.defaultFormatter": "denoland.vscode-deno",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.autoClosingDelete": "always",
"editor.autoClosingOvertype": "always",
"editor.autoClosingQuotes": "languageDefined",
"editor.tabSize": 2,
"editor.stickyTabStops": true,
"editor.linkedEditing": true
},
"[json][jsonc][markdown][yaml]": {
"editor.formatOnType": true
}
"editor.defaultFormatter": "denoland.vscode-deno",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.formatOnPaste": false,
"editor.formatOnType": true,
"editor.autoClosingDelete": "always",
"editor.autoClosingOvertype": "always",
"editor.autoClosingQuotes": "languageDefined",
"editor.tabSize": 2,
"editor.stickyTabStops": true,
"editor.linkedEditing": true,
"editor.minimap.enabled": false,
"gitlens.showWelcomeOnInstall": false,
"gitpod.openInStable.neverPrompt": true,
"git.allowForcePush": true,
"git.enableCommitSigning": true,
"git.branchRandomName.enable": true,
}

0 comments on commit e06c4c0

Please sign in to comment.