Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
botway(vscode): update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jul 3, 2023
1 parent 225d08a commit 412e358
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
"node_modules/**": true,
".next/**": true
},
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"editor.formatOnSave": true,
"editor.fontFamily": "FiraCode NF",
"editor.fontLigatures": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"git.autofetch": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.colorTheme": "GitHub Dark Default",
"workbench.iconTheme": "material-icon-theme",
"redhat.telemetry.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"compile-hero.disable-compile-files-on-did-save-code": true,
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"[go]": {
"editor.defaultFormatter": "golang.go"
},
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///workspace/botway/.github/workflows/deploy.yml"
},
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
Expand Down

0 comments on commit 412e358

Please sign in to comment.