{ "workbench.iconTheme": "vscode-icons", "editor.inlineSuggest.enabled": true, "security.workspace.trust.untrustedFiles": "open", "bracket-pair-colorizer-2.depreciation-notice": false, "sync.quietSync": true, "sync.autoUpload": true, "sync.autoDownload": true, "vscodeGoogleTranslate.preferredLanguage": "English", "explorer.confirmDelete": false, "vsicons.dontShowNewVersionMessage": true, "diffEditor.ignoreTrimWhitespace": false, "vscode-pets.petColor": "white", "vscode-pets.position": "explorer", "vscode-pets.theme": "forest", "liveServer.settings.ignoreFiles": [ ".vscode/**", "**/*.scss", "**/*.sass", "**/*.ts", "**/*.anim", ], "editor.multiCursorModifier": "ctrlCmd", "csharp.suppressBuildAssetsNotification": true, "csharp.suppressDotnetRestoreNotification": true, "csharp.suppressProjectJsonWarning": true, "omnisharp.analyzeOpenDocumentsOnly": true, "omnisharp.disableMSBuildDiagnosticWarning": true, "csharp.suppressDotnetInstallWarning": true, "workbench.colorTheme": "One Dark Pro Darker", "git.autofetch": true, "editor.accessibilitySupport": "off", "sync.gist": "158c78669c44aed8c1d82164299a8147", "workbench.startupEditor": "none", "editor.unicodeHighlight.nonBasicASCII": false, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "liveServer.settings.donotShowInfoMsg": true, "dotnet.inlayHints.enableInlayHintsForParameters": true, "dotnet.inlayHints.enableInlayHintsForLiteralParameters": true, "dotnet.inlayHints.enableInlayHintsForIndexerParameters": true, "dotnet.inlayHints.enableInlayHintsForObjectCreationParameters": true, "dotnet.inlayHints.enableInlayHintsForOtherParameters": true, "dotnet.inlayHints.suppressInlayHintsForParametersThatDifferOnlyBySuffix": true, "dotnet.inlayHints.suppressInlayHintsForParametersThatMatchMethodIntent": true, "dotnet.inlayHints.suppressInlayHintsForParametersThatMatchArgumentName": true, "csharp.inlayHints.enableInlayHintsForTypes": true, "csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": true, "csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": true, "csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": true, "[javascript]": { "editor.defaultFormatter": "HookyQR.beautify" }, "window.menuBarVisibility": "compact", "workbench.layoutControl.enabled": false, "window.commandCenter": false, "workbench.activityBar.location": "top", "vim.camelCaseMotion.enable": true, "vim.easymotion": true, "vim.enableNeovim": true, "vim.replaceWithRegister": true, "vim.smartRelativeLine": true, "vim.sneak": true, "vim.sneakReplacesF": true, "vim.sneakUseIgnorecaseAndSmartcase": true, "vim.statusBarColorControl": true, "vim.targets.enable": true }