Skip to content

Instantly share code, notes, and snippets.

@BananaAcid
Last active May 13, 2023 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BananaAcid/7af9309e91de78a75b8a04126bfee6f1 to your computer and use it in GitHub Desktop.
Save BananaAcid/7af9309e91de78a75b8a04126bfee6f1 to your computer and use it in GitHub Desktop.
vscode user settings
vscode.github
vscode.github-authentication
vscode.git
vscode.debug-auto-launch
vscode.markdown-math
vscode.git-base
vscode.merge-conflict
humy2833.ftp-simple
marp-team.marp-vscode
yzhang.markdown-all-in-one
CodeSandbox-io.codesandbox-projects
vscode.emmet
vscode.typescript-language-features
GitHub.copilot
vscode.json-language-features
vscode.npm
ms-vsliveshare.vsliveshare
ms-vscode.remote-explorer
codespaces-contrib.codeswing
Vue.volar
eamodio.gitlens
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
formulahendry.auto-rename-tag
ms-vscode-remote.remote-containers
Gruntfuggly.todo-tree
ritwickdey.LiveServer
aaron-bond.better-comments
ryu1kn.partial-diff
mechatroner.rainbow-csv
GrapeCity.gc-excelviewer
joshx.workspace-terminals
usernamehw.errorlens
codeandstuff.vscode-navigate-edit-history
CoenraadS.disableligatures
ms-dotnettools.vscode-dotnet-pack
hnw.vscode-auto-open-markdown-preview
teabyii.ayu
adrientoub.base64utils
fabiospampinato.vscode-diff
mikestead.dotenv
pdamianik.folder-archiver
donjayamanne.githistory
jakearl.handydandy-notebook
MohammadMD.js-interactive
jsDelivr.jsdelivr
mrmlnc.vscode-json5
ms-toolsai.jupyter
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-slideshow
mrmlnc.vscode-less
ritwickdey.LiveServer
ms-vsliveshare.vsliveshare
ms-vsliveshare.vsliveshare-pack
ms-vscode.makefile-tools
yzane.markdown-pdf
shd101wyy.markdown-preview-enhanced
philsinatra.nested-comments
xdebug.php-debug
brapifra.phpserver
ms-dotnettools.dotnet-interactive-vscode
mrmlnc.vscode-jade-snippets
Liveecommerce.vscode-remote-workspace
nkokhelox.svg-font-previewer
rangav.vscode-thunder-client
kakumei.ts-debug
fabianlauer.vs-code-xml-format
ms-azuretools.vscode-docker
karigari.chat
hediet.vscode-drawio
m4dm0nk3y.Live-Workspace
formulahendry.vscode-mysql
xyz.local-history
platformio.platformio-ide
ms-vscode.powershell
esbenp.prettier-vscode
rvest.vs-code-prettier-eslint
kiteco.kite
{
"php.validate.executablePath": "/Applications/MAMP/bin/php/php7.4.21/bin/php",
"locale": "de",
"x-editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"compile-hero.jade-output-directory": "../../www",
"compile-hero.less-output-directory": "../../www/css",
"compile-hero.pug-output-directory": "../../www",
"compile-hero.sass-output-directory": "../../www/css",
"compile-hero.typescript-output-directory": "../../www/js",
"compile-hero.typescriptx-output-directory": "../../www/js",
"compile-hero.javascript-output-directory": "../../www/js",
"compile-hero.x-compile-files-on-save": false,
"liveServer.settings.root": "/www",
"emmet.includeLanguages": {
"jade": "jade",
"pug": "pug",
"vue": "vue"
},
"cSpell.language": "en,de",
"path-intellisense.mappings": {
"/": ".${workspaceRoot}/www"
},
"editor.fontFamily": "'Fira Code Retina', Consolas, 'Courier New', monospace",
"editor.fontWeight": "300",
"editor.fontLigatures": true,
"disableLigatures.mode": "Line",
"explorer.confirmDragAndDrop": false,
"liveshare.presence": true,
"git.autofetch": true,
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDelete": false,
"git.enableSmartCommit": true,
"workbench.colorTheme": "Ayu Mirage",
"workbench.iconTheme": "ayu",
"scm.alwaysShowRepositories": true,
"cdnjs.quoteStyle": "double",
"cdnjs.protocol": "//",
"prettier.arrowParens": "avoid",
"prettier.useTabs": true,
"prettier.requireConfig": true,
"html.format.indentInnerHtml": true,
"editor.formatOnType": true,
"security.workspace.trust.enabled": true,
"npm.enableScriptExplorer": true,
"thunder-client.loadFromProject": true,
"thunder-client.workspaceRelativePath": "./.vscode",
"dashyeah.title": "Projects",
"dashyeah.debug": false,
"dashyeah.database": [],
"dashyeah.folderSizing": "col-12",
"dashyeah.columnSizing": "col-12 col-md-6",
"dashyeah.showPaths": true,
"dashyeah.fontSize": "font-size-normal",
"dashyeah.rounded": true,
"dashyeah.openOnNewWindow": true,
"dashyeah.openInNewWindow": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"editor.formatOnSaveMode": "modifications",
"window.commandCenter": true,
"editor.formatOnSave": true,
"window.zoomLevel": 1,
"javascript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "all",
"typescript.inlayHints.parameterTypes.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment