Skip to content

Instantly share code, notes, and snippets.

@hirawatt
Created May 30, 2024 06:22
Show Gist options
  • Save hirawatt/13a8ab0c6a08cb2458df83a7ca772cf4 to your computer and use it in GitHub Desktop.
Save hirawatt/13a8ab0c6a08cb2458df83a7ca772cf4 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"editor.largeFileOptimizations": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"workbench.statusBar.visible": true,
"git.enableSmartCommit": true,
"git.autofetch": true,
"editor.fontLigatures": true,
"workbench.enableExperiments": false,
"liveServer.settings.donotShowInfoMsg": true,
"sync.gist": "d04b49654b78412f53d8ed30f57dea40",
"workbench.startupEditor": "newUntitledFile",
"vs-kubernetes": {
"vs-kubernetes.helm-path.linux": "/home/vh/.vs-kubernetes/tools/helm/linux-amd64/helm",
"vs-kubernetes.draft-path.linux": "/home/vh/.vs-kubernetes/tools/draft/linux-amd64/draft",
"vs-kubernetes.kubectl-path.linux": "/home/vh/.vs-kubernetes/tools/kubectl/kubectl",
"vs-kubernetes.minikube-path.linux": "/home/vh/.vs-kubernetes/tools/minikube/linux-amd64/minikube"
},
"mdb.sendTelemetry": false,
"gitlens.advanced.telemetry.enabled": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"terminal.integrated.defaultProfile.linux": "bash",
"workbench.iconTheme": "material-icon-theme",
"aws.telemetry": false,
"git.confirmSync": false,
"go.useLanguageServer": true,
"jupyter.alwaysTrustNotebooks": true,
"[jsonc]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"json.maxItemsComputed": 10000,
"workbench.colorTheme": "Atom One Dark",
"telemetry.telemetryLevel": "off",
"tabnine.experimentalAutoImports": true,
"joplin.token": "81dc1e55dad50cbbec65fcb54f80405e957971f1e64af1b8fc0781447b9400083184b17065079e37aa704f568188e6b59048421b9631391124dd056fde7a7aca",
"security.workspace.trust.untrustedFiles": "open",
"howIVSCode.userIdentificationKey": " 7d0cf1bf2f016f48e65288e5a2dc3c",
"editor.inlineSuggest.enabled": false,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": true,
"markdown": true
},
"window.menuBarVisibility": "compact",
"python.analysis.typeCheckingMode": "off",
"python.formatting.provider": "black",
"python.showStartPage": false,
"vsicons.dontShowNewVersionMessage": true,
"dart.flutterSdkPath": "/home/vh/development/flutter",
"dart.openDevTools": "flutter",
"cmake.configureOnOpen": true,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"liveServer.settings.donotVerifyTags": true,
"editor.stickyScroll.enabled": true,
"editor.guides.bracketPairs": true,
"git.ignoreRebaseWarning": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"editor.unicodeHighlight.ambiguousCharacters": false,
"jupyter.interactiveWindow.creationMode": "perFile",
"editor.fontSize": 12,
"editor.minimap.autohide": true,
"aws.codeWhisperer.includeSuggestionsWithCodeReferences": false,
"aws.codeWhisperer.shareCodeWhispererContentWithAWS": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"window.zoomLevel": 1,
"editor.accessibilitySupport": "off",
"metaSpark.cli.metaSparkStudioPath": "/Applications/Spark AR Studio.app",
"terminal.integrated.inheritEnv": false,
"git.openRepositoryInParentFolders": "always",
"extensions.ignoreRecommendations": true,
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment