Created
October 21, 2023 06:43
-
-
Save r-rajaneesh/448226217dc9f220241afbd452eec583 to your computer and use it in GitHub Desktop.
Rajaneesh's Visual Studio Code Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "better-comments.highlightPlainText": true, | |
| "bookmarks.saveBookmarksInProject": true, | |
| "editor.quickSuggestions": { | |
| "other": true, | |
| "comments": true, | |
| "strings": true | |
| }, | |
| "editor.autoClosingDelete": "always", | |
| "editor.matchBrackets": "always", | |
| "editor.autoClosingBrackets": "always", | |
| "workbench.editor.decorations.colors": true, | |
| "editor.cursorBlinking": "smooth", | |
| "editor.cursorSmoothCaretAnimation": "on", | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.suggest.showWords": false, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.smoothScrolling": true, | |
| "editor.stablePeek": true, | |
| "editor.fontLigatures": true, | |
| "editor.fontFamily": "CaskaydiaCove NF", | |
| "diffEditor.codeLens": true, | |
| "editor.suggest.preview": true, | |
| "editor.suggest.snippetsPreventQuickSuggestions": false, | |
| "editor.quickSuggestionsDelay": 0, | |
| "editor.wordBasedSuggestions": false, | |
| "editor.parameterHints.enabled": true, | |
| "editor.codeActionsOnSave": { | |
| "source.organizeImports": true | |
| }, | |
| "editor.linkedEditing": true, | |
| "editor.parameterHints.cycle": true, | |
| "editor.tabCompletion": "on", | |
| "editor.suggestSelection": "first", | |
| "editor.inlineSuggest.enabled": true, | |
| "editor.unicodeHighlight.allowedCharacters": { | |
| "ノ": true, | |
| "❯": true, | |
| "ㅤ": true, | |
| "–": true, | |
| "’": true, | |
| " ": true | |
| }, | |
| "editor.autoClosingOvertype": "always", | |
| "editor.autoClosingQuotes": "always", | |
| "editor.minimap.maxColumn": 60, | |
| "editor.colorDecorators": true, | |
| "editor.suggest.showCustomcolors": true, | |
| "eslint.alwaysShowStatus": true, | |
| "files.autoGuessEncoding": true, | |
| "files.insertFinalNewline": true, | |
| "files.trimFinalNewlines": true, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "yaml": true, | |
| "plaintext": true, | |
| "markdown": true, | |
| "enabled": true, | |
| "javascript": false, | |
| "html": false, | |
| "python": false, | |
| "rust": true, | |
| "typescript": false, | |
| "typescriptreact": false, | |
| "json": false | |
| }, | |
| "workbench.list.smoothScrolling": true, | |
| "workbench.view.alwaysShowHeaderActions": true, | |
| "workbench.editor.autoLockGroups": { | |
| "default": true, | |
| "sqlite-viewer.option": true, | |
| "workbench.input.interactive": true, | |
| "interactive": true, | |
| "workbench.editorinputs.searchEditorInput": true, | |
| "imagePreview.previewEditor": true, | |
| "vscode.markdown.preview.editor": true, | |
| "gitlens.rebase": true, | |
| "sqlite-viewer.view": true, | |
| "terminalEditor": true, | |
| "mainThreadWebview-markdown.preview": true | |
| }, | |
| "workbench.layoutControl.enabled": true, | |
| "workbench.enableExperiments": false, | |
| "window.autoDetectColorScheme": true, | |
| "workbench.editor.highlightModifiedTabs": true, | |
| "search.quickOpen.includeSymbols": true, | |
| "search.showLineNumbers": true, | |
| "search.smartCase": true, | |
| "search.useGlobalIgnoreFiles": true, | |
| "terminal.integrated.cursorBlinking": true, | |
| "terminal.integrated.copyOnSelection": true, | |
| "terminal.integrated.enableBell": true, | |
| "terminal.integrated.cursorStyle": "line", | |
| "terminal.integrated.profiles.windows": { | |
| "Command Prompt": { | |
| "path": ["${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe"], | |
| "args": [], | |
| "icon": "terminal-cmd" | |
| }, | |
| "Git Bash": { | |
| "source": "Git Bash" | |
| } | |
| }, | |
| "terminal.integrated.defaultProfile.windows": "Command Prompt", | |
| "npm-intellisense.packageSubfoldersIntellisense": true, | |
| "npm-intellisense.showBuildInLibs": true, | |
| "npm-intellisense.scanDevDependencies": true, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "standard.autoFixOnSave": true, | |
| "workbench.quickOpen.preserveInput": true, | |
| "path-intellisense.extensionOnImport": true, | |
| "path-intellisense.ignoreTsConfigBaseUrl": true, | |
| "path-intellisense.showHiddenFiles": true, | |
| "RPC.debuggingText": "Debugging {file} in {workspace}", | |
| "RPC.hideFiles": [".env"], | |
| "npm-intellisense.importQuotes": "\"", | |
| "javascript.format.insertSpaceBeforeFunctionParenthesis": true, | |
| "standard.usePackageJson": true, | |
| "standard.enable": false, | |
| "javascript.referencesCodeLens.enabled": true, | |
| "javascript.suggest.completeFunctionCalls": true, | |
| "javascript.referencesCodeLens.showOnAllFunctions": true, | |
| "typescript.format.insertSpaceAfterConstructor": true, | |
| "typescript.referencesCodeLens.enabled": true, | |
| "typescript.suggest.completeFunctionCalls": true, | |
| "typescript.referencesCodeLens.showOnAllFunctions": true, | |
| "terminal.integrated.allowMnemonics": true, | |
| "task.quickOpen.showAll": true, | |
| "problems.showCurrentInStatus": true, | |
| "[cpp]": { | |
| "editor.defaultFormatter": "ms-vscode.cpptools" | |
| }, | |
| "git.enableSmartCommit": true, | |
| "git.confirmSync": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "files.trimTrailingWhitespace": true, | |
| "github.copilot.advanced": { | |
| "enabled": true, | |
| "enable_on_save": true, | |
| "enable_on_open": true, | |
| "enable_on_hover": true, | |
| "enable_on_selection": true, | |
| "enable_on_type": true, | |
| "enable_on_insert": true | |
| }, | |
| "github.copilot.inlineSuggest.enable": true, | |
| "editor.minimap.scale": 2, | |
| "liveFrame.title": "Nigelrex's Webpage Preview", | |
| "liveFrame.url": "http://localhost:3000", | |
| "liveFrame.pane": "Active", | |
| "liveServer.settings.useLocalIp": true, | |
| "thunder-client.codeSnippetLanguage": "js-fetch", | |
| "liveshare.launcherClient": "visualStudioCode", | |
| "liveshare.accessibility.voice": "en-US-Michelle", | |
| "liveshare.presence": true, | |
| "liveshare.publishWorkspaceInfo": true, | |
| "editor.definitionLinkOpensInPeek": true, | |
| "terminal.integrated.fontFamily": "FiraCode NF", | |
| "remote.localPortHost": "allInterfaces", | |
| "bookmarks.useWorkaroundForFormatters": true, | |
| "RPC.idleText": "Idling for many centuries", | |
| "[python]": { | |
| "editor.defaultFormatter": "ms-python.python" | |
| }, | |
| "go.autocompleteUnimportedPackages": true, | |
| "debug.console.acceptSuggestionOnEnter": "on", | |
| "explorer.experimental.fileNesting.enabled": true, | |
| "window.newWindowDimensions": "maximized", | |
| "bookmarks.sideBar.expanded": true, | |
| "vsintellicode.features.apiExamples": "enabled", | |
| "deno.suggest.autoImports": false, | |
| "deno.suggest.names": false, | |
| "deno.suggest.paths": false, | |
| "editor.suggest.shareSuggestSelections": true, | |
| "javascript.suggest.paths": false, | |
| "liveServer.settings.https": { | |
| "enable": false, | |
| "cert": "", | |
| "key": "", | |
| "passphrase": "" | |
| }, | |
| "livereload.exts": "html,htm,css,js,png,gif,jpg,php,php5,py,rb,erb,coffee,twig,md,mdx,jsx,ejs", | |
| "npm.enableRunFromFolder": true, | |
| "path-intellisense.autoTriggerNextSuggestion": true, | |
| "thunder-client.httpVersion": "HTTP/2", | |
| "css.lint.duplicateProperties": "warning", | |
| "errorLens.borderRadius": "50px", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "Lua.telemetry.enable": false, | |
| "[lua]": { | |
| "editor.defaultFormatter": "yinfei.luahelper" | |
| }, | |
| "luahelper.colors.Enable": false, | |
| "editor.guides.bracketPairs": "active", | |
| "editor.bracketPairColorization.enabled": true, | |
| "workbench.colorCustomizations": {}, | |
| "material-icon-theme.folders.theme": "specific", | |
| "javascript.format.insertSpaceAfterConstructor": true, | |
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false, | |
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, | |
| "[java]": { | |
| "editor.defaultFormatter": "redhat.java" | |
| }, | |
| "editor.formatOnSave": true, | |
| "editor.formatOnPaste": true, | |
| "emojisense.languages": { | |
| "javascript": true, | |
| "typescript": true, | |
| "markdown": true, | |
| "plaintext": { | |
| "markupCompletionsEnabled": false, | |
| "emojiDecoratorsEnabled": false | |
| }, | |
| "scminput": true, | |
| "git-commit": true | |
| }, | |
| "polacode.backgroundColor": "#1e1e1e", | |
| "editor.codeLensFontFamily": "CaskaydiaCove NF", | |
| "rpc.idleText": "Idling for many centuries", | |
| "rpc.detailsIdling": "Idling for many centuries", | |
| "rpc.prioritizeLanguagesOverExtensions": true, | |
| "discord.idleTimeout": 300, | |
| "discord.lowerDetailsIdling": "Idling for many centuries", | |
| "editor.inlayHints.fontFamily": "CaskaydiaCove NF", | |
| "files.simpleDialog.enable": true, | |
| "workbench.commandPalette.preserveInput": true, | |
| "workbench.experimental.editor.dragAndDropIntoEditor.enabled": true, | |
| "workbench.trustedDomains.promptInTrustedWorkspace": true, | |
| "prettier.trailingComma": "all", | |
| "prettier.printWidth": 160, | |
| "editor.suggest.localityBonus": true, | |
| "css.format.spaceAroundSelectorSeparator": true, | |
| "turboConsoleLog.addSemicolonInTheEnd": true, | |
| "[xml]": { | |
| "editor.defaultFormatter": "DotJoshJohnson.xml" | |
| }, | |
| "git.autofetch": true, | |
| "discord.detailsEditing": "Editing {file_name} - {current_line}:{current_column} - {file_size}", | |
| "vsintellicode.features.apiExamplests": "enabled", | |
| "versionlens.npm.caching.duration": 3, | |
| "versionlens.suggestions.showOnStartup": true, | |
| "versionlens.suggestions.showPrereleasesOnStartup": true, | |
| "todohighlight.isEnable": true, | |
| "rust.all_features": true, | |
| "rust-client.engine": "rust-analyzer", | |
| "[rust]": { | |
| "editor.defaultFormatter": "rust-lang.rust-analyzer" | |
| }, | |
| "terminal.integrated.shellIntegration.enabled": true, | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "beautify.language": { | |
| "js": { | |
| "type": ["javascript", "json", "jsonc"], | |
| "filename": [".jshintrc", ".jsbeautifyrc"] | |
| }, | |
| "css": ["css", "less", "scss"], | |
| "html": ["htm", "html", "ejs"] | |
| }, | |
| "files.associations": { | |
| "*.ejs": "html", | |
| "*.js": "javascript", | |
| "*.ts": "typescript", | |
| "*.s": "asm" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "hexeditor.columnWidth": 20, | |
| "hexeditor.showDecodedText": true, | |
| "hexeditor.defaultEndianness": "little", | |
| "hexeditor.inspectorType": "aside", | |
| "rust-analyzer.checkOnSave.overrideCommand": null, | |
| "audioCues.volume": 0, | |
| "audioCues.lineHasBreakpoint": "off", | |
| "editor.accessibilitySupport": "off", | |
| "liveshare.accessibility.outputDevice": "", | |
| "liveshare.accessibility.soundsEnabled": false, | |
| "liveshare.accessibility.soundVolume": 0, | |
| "liveshare.accessibility.speechRate": 1, | |
| "liveshare.accessibility.voiceVolume": 0, | |
| "liveshare.accessibility.voiceEnabled": false, | |
| "liveshare.anonymousGuestApproval": "accept", | |
| "liveshare.allowGuestDebugControl": true, | |
| "liveshare.allowGuestTaskControl": true, | |
| "liveshare.alwaysFollowHost": true, | |
| "liveshare.diagnosticLogging": true, | |
| "liveshare.diagnosticMode": true, | |
| "liveshare.notebooks.allowGuestExecuteCells": true, | |
| "path-intellisense.autoSlashAfterDirectory": true, | |
| "npm.packageManager": "npm", | |
| "remoteHub.experimental.useDiffMatchPatch": true, | |
| "editor.unicodeHighlight.nonBasicASCII": true, | |
| "files.autoSave": "afterDelay", | |
| "window.commandCenter": true, | |
| "jest.showTerminalOnLaunch": false, | |
| "Codegeex.Privacy": true, | |
| "typescript.suggest.paths": false, | |
| "telemetry.telemetryLevel": "off", | |
| "editor.wordWrap": "on", | |
| "explorer.fileNesting.enabled": true, | |
| "workbench.editorAssociations": { | |
| "*.sqlite": "sqlite-viewer.option" | |
| }, | |
| "rust-analyzer.checkOnSave": false, | |
| "rust-analyzer.hover.actions.gotoTypeDef.enable": false, | |
| "rust-analyzer.hover.actions.enable": false, | |
| "rust-analyzer.highlightRelated.references.enable": false, | |
| "rust-analyzer.hover.documentation.keywords.enable": false, | |
| "rust-analyzer.hover.links.enable": false, | |
| "rust-analyzer.inlayHints.chainingHints.enable": false, | |
| "rust-analyzer.inlayHints.closingBraceHints.enable": false, | |
| "rust-analyzer.inlayHints.parameterHints.enable": false, | |
| "rust-analyzer.inlayHints.renderColons": false, | |
| "rust-analyzer.inlayHints.typeHints.enable": false, | |
| "[c]": { | |
| "editor.defaultFormatter": "ms-vscode.cpptools" | |
| }, | |
| "color-highlight.markerType": "foreground", | |
| "[csharp]": { | |
| "editor.defaultFormatter": "ms-dotnettools.csharp" | |
| }, | |
| "[toml]": { | |
| "editor.defaultFormatter": "tamasfe.even-better-toml" | |
| }, | |
| "[asm]": { | |
| "editor.defaultFormatter": "ipid.asm-comment-aligner" | |
| }, | |
| "color-highlight.languages": ["!*", "css", "sass", "scss", "toml", "html", "svelte"], | |
| "editor.formatOnType": true, | |
| "remote.SSH.remotePlatform": { | |
| "pi": "linux" | |
| }, | |
| "remote.SSH.connectTimeout": 3600, | |
| "remote.SSH.enableRemoteCommand": true, | |
| "remote.SSH.remoteServerListenOnSocket": true, | |
| "material-icon-theme.activeIconPack": "react", | |
| "remote.SSH.localServerDownload": "always", | |
| "workbench.colorTheme": "Materialistic Dark", | |
| "svelte.enable-ts-plugin": true, | |
| "color-highlight.sass.includePaths": ["*", "*/**", "**/**"] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment