mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Adding extension to list and updating current VSCode settings.
This commit is contained in:
parent
b51c104299
commit
697c28785c
2 changed files with 17 additions and 6 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"telemetry.enableTelemetry": false,
|
||||
"editor.wordWrap": "off",
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"editor.renderWhitespace": "all",
|
||||
|
|
@ -25,7 +23,7 @@
|
|||
"javascriptreact"
|
||||
],
|
||||
"editor.tabSize": 2,
|
||||
"workbench.colorTheme": "Cobalt2",
|
||||
"workbench.colorTheme": "SynthWave '84",
|
||||
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace, Fira Code Retina",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.fontSize": 13,
|
||||
|
|
@ -37,6 +35,18 @@
|
|||
"emmet.showSuggestionsAsSnippets": true,
|
||||
"editor.snippetSuggestions": "top",
|
||||
"emmet.triggerExpansionOnTab": true,
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.formatOnType": false
|
||||
}
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnType": true,
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"cSpell.userWords": [
|
||||
"Shellnut",
|
||||
"sveltejs",
|
||||
"Umami",
|
||||
"vite"
|
||||
],
|
||||
"git.autofetch": true,
|
||||
"git.mergeEditor": true,
|
||||
"editor.experimental.stickyScroll.enabled": true,
|
||||
"window.zoomLevel": -1,
|
||||
"javascript.inlayHints.variableTypes.enabled": true
|
||||
}
|
||||
|
|
@ -56,6 +56,7 @@
|
|||
|
||||
## Snippets
|
||||
|
||||
- [Conventional Commits](https://open-vsx.org/extension/vivaxy/vscode-conventional-commits)
|
||||
- [ES7 React/Redux/GraphQL/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)
|
||||
- [GraphQL for VSCode](https://marketplace.visualstudio.com/items?itemName=kumar-harsh.graphql-for-vscode)
|
||||
- [Svelte 3 Snippets](https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-svelte-snippets)
|
||||
|
|
|
|||
Loading…
Reference in a new issue