Skip to content

Instantly share code, notes, and snippets.

@josh-hemphill
Created October 2, 2021 20:33
Show Gist options
  • Save josh-hemphill/00910b297207297518a783acd31f051a to your computer and use it in GitHub Desktop.
Save josh-hemphill/00910b297207297518a783acd31f051a to your computer and use it in GitHub Desktop.
{
"prettier.enable": false,
"typescript.preferences.importModuleSpecifierEnding": "js",
"workbench.editor.tabSizing": "fit",
"workbench.editor.decorations.colors": true,
"workbench.editor.wrapTabs": true,
"synthwave84.disableGlow": true,
"scm.alwaysShowActions": true,
"scm.alwaysShowRepositories": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.colorTheme": "SynthWave '84",
"editor.formatOnSave": true,
"editor.suggestStatusBar.enable": true,
"[vb]": {},
"[vue]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": false
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": true
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"emmet.includeLanguages": {
"markdown": "html"
},
"emmet.showSuggestionsAsSnippets": true,
"emmet.excludeLanguages": [],
"editor.minimap.enabled": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.tabCompletion": "onlySnippets",
"editor.detectIndentation": true,
"markdownlint.run": "onType",
"markdownlint.config": {
"MD001": false,
"MD007": {
"indent": 2,
"start_indented": true
},
"MD030": {
"ol_multi": 1,
"ol_single": 1,
"ul_multi": 1,
"ul_single": 1
},
"MD033": false,
"MD041": false,
},
"debug.console.fontFamily": "FreeSans, monospace, consolas, Roboto, default",
"files.exclude": {
//"**/.git": false,
"package-lock.json": true
},
"eslint.packageManager": "npm",
"eslint.run": "onType",
"eslint.validate": [
"vue",
"javascript",
"javascriptreact",
"typescript"
],
"eslint.format.enable": true,
"eslint.alwaysShowStatus": true,
"eslint.lintTask.enable": false,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.commandPalette.preserveInput": true,
"workbench.list.openMode": "doubleClick",
"workbench.startupEditor": "none",
"workbench.settings.editor": "json",
"workbench.settings.openDefaultSettings": true,
"workbench.settings.useSplitJSON": true,
"zenMode.restore": true,
"window.restoreWindows": "folders",
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": true,
"debug.toolBarLocation": "docked",
"editor.fontFamily": "Inconsolata, Consolas, 'Courier New', monospace",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"mssql.format.alignColumnDefinitionsInColumns": true,
"mssql.format.keywordCasing": "uppercase",
"mssql.format.placeSelectStatementReferencesOnNewLine": true,
"mssql.maxRecentConnections": 0,
"mssql.messagesDefaultOpen": false,
"mssql.query.displayBitAsNumber": false,
"liveSassCompile.settings.formats": [
{
"extensionName": ".min.css",
"format": "compressed",
"savePath": "/css"
}
],
"liveSassCompile.settings.showOutputWindow": false,
"liveSassCompile.settings.excludeList": [
"**/*",
"!/scss/**"
],
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.autoprefix": [
"> 1%",
"last 2 versions"
],
"material-icon-theme.folders.color": "#26a69a",
"terminal.integrated.rendererType": "dom",
"editor.tabSize": 4,
"editor.insertSpaces": false,
"files.eol": "\n",
"files.insertFinalNewline": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.fontFamily": "'Ubuntu Mono', Inconsolata, Consolas, 'Courier New', monospace",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.letterSpacing": 0,
"terminal.external.windowsExec": "wt",
"terminal.external.linuxExec": "terminator",
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.explorerKind": "integrated",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "zsh",
"args": [
"-l"
]
},
"bash": {
"path": "bash"
},
"tmux": {
"path": "tmux",
"icon": "terminal-tmux"
},
"fish": {
"path": "fish"
},
"pwsh": {
"path": "pwsh",
"icon": "terminal-powershell"
}
},
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Windows Terminal": {
"path": [
"${env:HOME}\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe"
],
"icon": "terminal"
},
"Git Bash": {
"source": "Git Bash"
}
},
"terminal.integrated.inheritEnv": true,
"terminal.integrated.environmentChangesIndicator": "warnonly",
"cSpell.enableFiletypes": [
"prisma"
],
"cSpell.userWords": [
"ADCS",
"Addressbar",
"CRLs",
"Degreaser",
"Diffie",
"ECDH",
"EJSON",
"Favicons",
"Favigen",
"Hemphill",
"MCSA",
"NDES",
"OCSP",
"PBDKF",
"PBKDF",
"PKCS",
"REIMPLEMENT",
"Raspbian",
"Routable",
"SCEP",
"Upsert",
"autoenroll",
"bindgen",
"bootable",
"chacha",
"ciwi",
"crossorigin",
"datasource",
"deno",
"denylist",
"ethernets",
"fastify",
"importmap",
"ldaps",
"markdownlint",
"maxminddb",
"nuxt",
"nuxtjs",
"parallelization",
"preprocessors",
"queryable",
"recaptcha",
"scrypt",
"sqlserver",
"subslate",
"sudoer",
"tecnicocorp",
"typecaster",
"valivar",
"vite",
"vuetify",
"wasm"
],
"deno.enable": false,
"deno.importmap": "import_map.json",
"material-icon-theme.activeIconPack": "vue_vuex",
"material-icon-theme.folders.associations": {
"data-model": "Database",
"models": "Json",
"data-models": "Database",
"db-models": "Database",
"seed-data": "Database",
"admin": "Private",
"maintenance": "Private",
"server-admin": "Admin",
"server-fastify": "Server",
"gui": "Views",
"init": "Generator",
"term": "Scripts",
"workers": "Pipe",
"vite": "Svg"
},
"material-icon-theme.files.associations": {
"*.caddy.jsonc": "Http",
"*.caddy.json": "Http",
"*.sec.js": "lock",
"*.secret.js": "lock",
"*.secrets.js": "lock",
"secrets.js": "lock",
"egg.json": "Search"
},
"remote.containers.dockerPath": "podman",
"vs-kubernetes": {
"imageBuildTool": "Buildah",
"vs-kubernetes.kubectl-path.linux": "/home/jhemphill/.vs-kubernetes/tools/kubectl/kubectl",
"vs-kubernetes.minikube-path.linux": "/home/jhemphill/.vs-kubernetes/tools/minikube/linux-amd64/minikube",
"vs-kubernetes.draft-path.linux": "/home/jhemphill/.vs-kubernetes/tools/draft/linux-amd64/draft",
"vs-kubernetes.helm-path.linux": "/home/jhemphill/.vs-kubernetes/tools/helm/linux-amd64/helm",
"vscode-kubernetes.helm-path.linux": "/home/jhemphill/.vs-kubernetes/tools/helm/linux-amd64/helm",
"vscode-kubernetes.kubectl-path.linux": "/home/jhemphill/.vs-kubernetes/tools/kubectl/kubectl",
"vscode-kubernetes.minikube-path.linux": "/home/jhemphill/.vs-kubernetes/tools/minikube/linux-amd64/minikube"
},
"java.help.firstView": "gettingStarted",
"git.autofetch": true,
"java.configuration.checkProjectSettingsExclusions": false,
"diffEditor.ignoreTrimWhitespace": false,
"git.enableSmartCommit": true,
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"mssql.connections": [
{
"server": "{{put-server-name-here}}",
"database": "{{put-database-name-here}}",
"user": "{{put-username-here}}",
"password": "{{put-password-here}}"
}
],
"[javascriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"settingsSync.keybindingsPerPlatform": false,
"markdown-pdf.outputDirectory": "Rendered PDFs",
"json.schemas": [
{
"fileMatch": [
"*caddy*.json",
"*caddy*.jsonc",
"*caddy*.json5",
"*caddy.json",
"*caddy.jsonc",
"*caddy.json5"
],
"url": "https://gist.githubusercontent.com/josh-hemphill/0018bf51444072d1cec1eb633a7f0c40/raw/v2.4.1.json"
}
],
"yaml.schemas": {
"https://gist.githubusercontent.com/josh-hemphill/0018bf51444072d1cec1eb633a7f0c40/raw/v2.4.1.json": [
"*caddy*.yaml",
"*caddy*.yml"
]
},
"json.trace.server": "messages",
"javascript.preferences.importModuleSpecifierEnding": "js",
"window.zoomLevel": 1,
"vetur.format.enable": false,
"vetur.completion.tagCasing": "initial",
"vetur.useWorkspaceDependencies": true,
"vetur.experimental.templateInterpolationService": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "prettier-eslint",
"vetur.format.defaultFormatter.ts": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
},
"vetur.validation.interpolation": true,
"vetur.completion.autoImport": true,
"vetur.ignoreProjectWarning": false,
"vetur.languageFeatures.codeActions": true,
"vetur.validation.templateProps": true,
"extensions.autoUpdate": "onlyEnabledExtensions",
"remote.SSH.remotePlatform": {
"dev": "linux"
},
"terminal.integrated.tabs.enabled": true,
"security.workspace.trust.untrustedFiles": "open",
"redhat.telemetry.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment