Skip to content

Instantly share code, notes, and snippets.

@seanogdev
Created February 20, 2026 17:29
Show Gist options
  • Select an option

  • Save seanogdev/da677581071a6d5b1e57b00ba6fffdf7 to your computer and use it in GitHub Desktop.

Select an option

Save seanogdev/da677581071a6d5b1e57b00ba6fffdf7 to your computer and use it in GitHub Desktop.
{
"chat.mcp.assisted.nuget.enabled": true,
"chat.mcp.autostart": "newAndOutdated",
"chat.mcp.gallery.enabled": true,
"chat.tools.terminal.autoApprove": {
"/\\(.+\\)/": {
"approve": false,
"matchCommandLine": true
},
"/\\{.+\\}/": {
"approve": false,
"matchCommandLine": true
},
"/^Compare-[a-z0-9]/i": true,
"/^Format-[a-z0-9]/i": true,
"/^Measure-[a-z0-9]/i": true,
"/^Select-[a-z0-9]/i": true,
"/^Sort-[a-z0-9]/i": true,
"/^column\\b.*-c\\s+[0-9]{4,}/": false,
"/^date\\b.*(-s|--set)\\b/": false,
"/^find\\b.*-(delete|exec|execdir|fprint|fprintf|fls|ok|okdir)\\b/": false,
"/^grep\\b.*-(f|P)\\b/": false,
"/^sort\\b.*-(o|S)\\b/": false,
"/^tree\\b.*-o\\b/": false,
"/`.+`/": {
"approve": false,
"matchCommandLine": true
},
"Get-ChildItem": true,
"Get-Content": true,
"Get-Date": true,
"Get-Location": true,
"Get-Random": true,
"Invoke-Expression": false,
"Invoke-RestMethod": false,
"Invoke-WebRequest": false,
"Join-Path": true,
"Remove-Item": false,
"Set-Acl": false,
"Set-ItemProperty": false,
"Split-Path": true,
"Start-Sleep": true,
"Stop-Process": false,
"Where-Object": true,
"Write-Host": true,
"Write-Output": true,
"basename": true,
"cat": true,
"cd": true,
"chmod": false,
"chown": false,
"cmp": true,
"column": true,
"curl": false,
"cut": true,
"date": true,
"dd": false,
"del": false,
"df": true,
"dirname": true,
"du": true,
"echo": true,
"erase": false,
"eval": false,
"file": true,
"find": true,
"findstr": true,
"git add": true,
"git commit": true,
"git diff": true,
"git log": true,
"git show": true,
"git status": true,
"grep": true,
"head": true,
"iex": false,
"irm": false,
"iwr": false,
"jq": false,
"kill": false,
"ls": true,
"pnpm": true,
"ps": false,
"pwd": true,
"rd": false,
"readlink": true,
"realpath": true,
"ri": false,
"rm": false,
"rmdir": false,
"sleep": true,
"sort": true,
"sp": false,
"spps": false,
"stat": true,
"tail": true,
"taskkill": false,
"taskkill.exe": false,
"top": false,
"tr": true,
"tree": true,
"wc": true,
"wget": false,
"which": true,
"xargs": false
},
"chat.useAgentSkills": true,
"chat.useClaudeHooks": true,
"chat.useNestedAgentsMdFiles": true,
"claudeCode.preferredLocation": "panel",
"css.lint.hexColorLength": "ignore",
"css.lint.unknownAtRules": "ignore",
"diffEditor.maxComputationTime": 0,
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.fixAll.sortJSON": "never"
},
"editor.codeLensFontFamily": "'MonoLisa', monospace",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "MonoLisa, monospace",
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",
"editor.fontSize": 14,
"editor.fontWeight": "normal",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.glyphMargin": false,
"editor.guides.bracketPairs": true,
"editor.guides.indentation": true,
"editor.inlineSuggest.enabled": true,
"editor.lineHeight": 28,
"editor.linkedEditing": true,
"editor.minimap.enabled": false,
"editor.quickSuggestions": {
"comments": false,
"other": true,
"strings": true
},
"editor.snippetSuggestions": "bottom",
"editor.stickyScroll.enabled": true,
"editor.suggest.localityBonus": true,
"editor.suggest.preview": true,
"editor.suggestFontSize": 13,
"editor.suggestSelection": "first",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"emmet.includeLanguages": {
"postcss": "css"
},
"emmet.showAbbreviationSuggestions": false,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"errorLens.enabledDiagnosticLevels": [
"hint"
],
"eslint.format.enable": true,
"eslint.packageManager": "pnpm",
"eslint.trace.server": "verbose",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue",
"typescript"
],
"eslint.workingDirectories": [],
"explorer.autoRevealExclude": {
"**/dist": true
},
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"files.associations": {
"*.css": "tailwindcss",
"*.svg": "html",
"*.xml": "html",
".env.development.local": "dotenv",
".env.local": "dotenv",
".env.production": "dotenv",
".env.staging": "dotenv"
},
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"git.allowNoVerifyCommit": true,
"git.autofetch": true,
"git.blame.editorDecoration.enabled": true,
"git.blame.editorDecoration.template": "${authorName} ${authorDateAgo} • ${subject}",
"git.blame.statusBarItem.enabled": false,
"git.confirmNoVerifyCommit": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.openRepositoryInParentFolders": "never",
"github.copilot.chat.agent.thinkingTool": true,
"github.copilot.chat.newWorkspace.useContext7": true,
"github.copilot.enable": {
"markdown": true,
"plaintext": true
},
"github.copilot.nextEditSuggestions.enabled": true,
"githubPullRequests.pullBranch": "never",
"inlineChat.enableV2": true,
"javascript.preferences.quoteStyle": "single",
"javascript.updateImportsOnFileMove.enabled": "always",
"markdown.links.openLocation": "beside",
"playwright.reuseBrowser": true,
"prettier.enable": true,
"prettier.singleQuote": true,
"remote.SSH.remotePlatform": {
"10.0.0.101": "linux",
"10.0.1.101": "linux",
"sean-server": "linux"
},
"remote.SSH.useLocalServer": false,
"scm.diffDecorationsIgnoreTrimWhitespace": "true",
"scm.inputFontFamily": "editor",
"scss.validate": false,
"security.workspace.trust.untrustedFiles": "open",
"svgPreview.autoOpen": false,
"tailwindCSS.classFunctions": [
"tv"
],
"tailwindCSS.experimental.classRegex": [
[
"tv\\(([^)]*)\\)",
"[\"'`]?([^\"'`]+)[\"'`]?"
],
[
"(?:enter|enterActive|enterTo|leave|leaveActive|leaveTo)Class=\"([^\"]*)\""
]
],
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.defaultProfile.osx": "fish",
"terminal.integrated.fontFamily": "'Monaspace Neon', monospace",
"terminal.integrated.fontSize": 13,
"terminal.integrated.initialHint": false,
"terminal.integrated.lineHeight": 1.5,
"typescript.preferences.quoteStyle": "single",
"typescript.updateImportsOnFileMove.enabled": "always",
"update.showReleaseNotes": false,
"vsicons.dontShowNewVersionMessage": true,
"vsicons.presets.jsOfficial": true,
"vsicons.presets.jsonOfficial": true,
"vsicons.presets.tsOfficial": true,
"vue.editor.reactivityVisualization": false,
"vue.suggest.propNameCasing": "preferCamelCase",
"window.customTitleBarVisibility": "auto",
"window.newWindowDimensions": "maximized",
"workbench.activityBar.location": "top",
"workbench.colorTheme": "GitHub Dark Default",
"workbench.editor.enablePreview": false,
"workbench.editor.labelFormat": "short",
"workbench.editorAssociations": {
"*.svg": "default"
},
"workbench.fontAliasing": "auto",
"workbench.iconTheme": "vscode-icons",
"workbench.settings.openDefaultSettings": true,
"workbench.startupEditor": "none",
"workbench.tree.indent": 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment