Skip to content

Instantly share code, notes, and snippets.

@dimitrinicolas
Last active June 19, 2024 16:12
Show Gist options
  • Save dimitrinicolas/444044e949cba5466e7681688aa5e0e7 to your computer and use it in GitHub Desktop.
Save dimitrinicolas/444044e949cba5466e7681688aa5e0e7 to your computer and use it in GitHub Desktop.
VS Code Settings
artdiniz.quitcontrol-vscode
atlassian.atlascode
attilabuti.vscode-mjml
bierner.comment-tagged-templates
cardinal90.multi-cursor-case-preserve
christian-kohler.npm-intellisense
chrmarti.regex
cssho.vscode-svgviewer
davidanson.vscode-markdownlint
dbaeumer.vscode-eslint
dbankier.vscode-quick-select
digitalstreamio.mjml-syntax
dimitrinicolas.landmannalaugar
eamodio.gitlens
esbenp.prettier-vscode
exodiusstudios.comment-anchors
figma.figma-vscode-extension
foxundermoon.shell-format
github.copilot
github.copilot-chat
github.vscode-github-actions
grapecity.gc-excelviewer
hashicorp.terraform
herrmannplatz.npm-dependency-links
hookyqr.jsdoctagcomplete
jock.svg
kumar-harsh.graphql-for-vscode
mechatroner.rainbow-csv
mgmcdermott.vscode-language-babel
mikestead.dotenv
ms-azuretools.vscode-docker
ms-vscode-remote.remote-containers
ms-vscode.makefile-tools
ms-vscode.vscode-typescript-next
ms-vsliveshare.vsliveshare
naumovs.color-highlight
naumovs.theme-oceanicnext
nicollasr.vscode-streamdeck
octref.vetur
oderwat.indent-rainbow
okitavera.vscode-nunjucks-formatter
paulomenezes.duplicated-code
redhat.java
redhat.vscode-yaml
ronnidc.nunjucks
searking.preview-vscode
shd101wyy.markdown-preview-enhanced
slevesque.shader
stephanegoeuriot.nunjucks-vscode-snippets
styled-components.vscode-styled-components
stylelint.vscode-stylelint
syler.sass-indented
tabnine.tabnine-vscode
tamasfe.even-better-toml
tarrow.css-class-intellisense
tomoki1207.pdf
vincaslt.highlight-matching-tag
visualstudioexptteam.intellicode-api-usage-examples
visualstudioexptteam.vscodeintellicode
vscjava.vscode-java-debug
vscjava.vscode-java-test
vue.volar
wakatime.vscode-wakatime
wallabyjs.console-ninja
wayou.vscode-todo-highlight
xuld.open-files-glob
yobravelee.copy-paste-check
yzhang.markdown-all-in-one
{
"editor.formatOnSave": true,
"gitlens.codeLens.authors.enabled": false,
"editor.fontSize": 14,
"editor.acceptSuggestionOnEnter": "off",
"tslint.jsEnable": false,
"js\/ts.implicitProjectConfig.experimentalDecorators": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "never",
"source.fixAll.eslint": "never"
},
"explorer.compactFolders": false,
"html.autoClosingTags": false,
"stylelint.enable": true,
"editor.minimap.enabled": false,
"tabnine.experimentalAutoImports": true,
"workbench.colorTheme": "Landmannalaugar",
"editor.detectIndentation": false,
"search.exclude": {
"**\/dist": true
},
"editor.rulers": [
80
],
"html.format.enable": false,
"emmet.includeLanguages": {
"nunjucks": "html",
"javascript": "javascriptreact"
},
"breadcrumbs.enabled": true,
"editor.largeFileOptimizations": false,
"js\/ts.implicitProjectConfig.checkJs": true,
"terminal.integrated.fontSize": 12,
"css.validate": true,
"editor.renderWhitespace": "all",
"gitlens.currentLine.enabled": true,
"git.enableSmartCommit": true,
"gitlens.codeLens.recentChange.enabled": false,
"html.suggest.html5": true,
"gitlens.hovers.pullRequests.enabled": false,
"editor.accessibilitySupport": "off",
"editor.tabSize": 2,
"less.validate": true,
"editor.wordWrap": "on",
"javascript.updateImportsOnFileMove.enabled": "never",
"scss.validate": true,
"yaml.schemas": {
"file:///Users/dimitrinicolas/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"atlascode.bitbucket.enabled": true,
"atlascode.jira.enabled": false,
"redhat.telemetry.enabled": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": {
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true,
"src/**/*.class": true
},
"editor.inlineSuggest.enabled": true,
"security.workspace.trust.untrustedFiles": "open",
"files.associations": {
"*.njk": "nunjucks",
"*.env*": "dotenv"
},
"[njk]": {
"editor.formatOnSave": false
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[dotenv]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "never",
"source.fixAll.eslint": "never"
}
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "always",
"source.fixAll.eslint": "never"
},
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "explicit",
"source.fixAll.eslint": "never"
}
},
"[php]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "explicit",
"source.fixAll.eslint": "explicit"
}
},
"[markdown]": {
"editor.formatOnSave": false
},
"gitlens.menus": {
"editor": {
"remote": false,
"clipboard": true,
"compare": true,
"blame": false,
"history": false
},
"scmGroup": {
"compare": true,
"openClose": true,
"stash": true
},
"scm": {
"authors": true
},
"explorer": {
"remote": true,
"clipboard": true,
"compare": true,
"history": true
},
"editorGroup": false,
"scmGroupInline": {
"stash": true
},
"scmItem": {
"remote": false,
"stash": true,
"clipboard": true,
"compare": true,
"history": true
},
"editorTab": {
"remote": true,
"clipboard": true,
"compare": true,
"history": true
}
},
"window.zoomLevel": 1,
"update.showReleaseNotes": false,
"editor.stickyScroll.enabled": true,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.env.osx": {},
"diffEditor.ignoreTrimWhitespace": false,
"console-ninja.featureSet": "Community",
"[css][dotenv]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "never",
"source.fixAll.eslint": "never"
}
},
"explorer.confirmDelete": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[nunjucks]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment