-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
176 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
{ | ||
"window.commandCenter": 1, | ||
"git.openRepositoryInParentFolders": "never", | ||
"notebook.experimental.generate": true, | ||
"notebook.experimental.variablesView": true, | ||
"editor.experimentalInlineEdit.enabled": true, | ||
"diffEditor.experimental.showMoves": true, | ||
"diffEditor.experimental.useTrueInlineView": true, | ||
"workbench.experimental.share.enabled": true, | ||
"workbench.experimental.cloudChanges.autoStore": "onShutdown", | ||
"search.experimental.closedNotebookRichContentResults": true, | ||
"extensions.experimental.deferredStartupFinishedActivation": true, | ||
"chat.experimental.detectParticipant.enabled": true, | ||
"notebook.experimental.remoteSave": true, | ||
"git.enableSmartCommit": true, | ||
"workbench.commandPalette.experimental.suggestCommands": true, | ||
"workbench.experimental.cloudChanges.partialMatches.enabled": true, | ||
"timeline.pageOnScroll": true, | ||
"workbench.enableExperiments": true, | ||
"chat.experimental.variables.notebook": true, | ||
"chat.experimental.variables.terminal": true, | ||
"inlineChat.experimental.enableZoneToolbar": true, | ||
"typescript.experimental.updateImportsOnPaste": true, | ||
"notebook.stickyScroll.enabled": true, | ||
"editor.wordWrap": "wordWrapColumn", | ||
"task.quickOpen.showAll": true, | ||
"task.quickOpen.skip": true, | ||
"notebook.outline.showCodeCells": true, | ||
"notebook.output.scrolling": true, | ||
"notebook.output.minimalErrorRendering": true, | ||
"notebook.diff.overviewRuler": true, | ||
"notebook.diff.ignoreOutputs": true, | ||
"notebook.diff.ignoreMetadata": true, | ||
"problems.showCurrentInStatus": true, | ||
"rust-analyzer.diagnostics.experimental.enable": true, | ||
"rust-analyzer.diagnostics.previewRustcOutput": true, | ||
"rust-analyzer.diagnostics.styleLints.enable": true, | ||
"rust-analyzer.diagnostics.useRustcErrorCode": true, | ||
"rust-analyzer.completion.fullFunctionSignatures.enable": true, | ||
"rust-analyzer.completion.termSearch.enable": true, | ||
"rust-analyzer.completion.privateEditable.enable": true, | ||
"rust-analyzer.interpret.tests": true, | ||
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": true, | ||
"rust-analyzer.lens.references.trait.enable": true, | ||
"rust-analyzer.lens.references.method.enable": true, | ||
"rust-analyzer.lens.references.adt.enable": true, | ||
"rust-analyzer.lens.references.enumVariant.enable": true, | ||
"rust-analyzer.lens.location": "above_whole_item", | ||
"rust-analyzer.rustfmt.rangeFormatting.enable": true, | ||
"rust-analyzer.semanticHighlighting.punctuation.enable": true, | ||
"rust-analyzer.semanticHighlighting.operator.specialization.enable": true, | ||
"rust-analyzer.semanticHighlighting.punctuation.separate.macro.bang": true, | ||
"rust-analyzer.semanticHighlighting.punctuation.specialization.enable": true, | ||
"git.autofetch": true, | ||
"explorer.confirmDragAndDrop": false, | ||
"cursor.aipreview.enabled": true, | ||
"cursor.cmdk.ghostTextAtSymbols": true, | ||
"cursor.cmdk.useThemedDiffBackground": true, | ||
"cursor.cmdk.autoSelect": true, | ||
"cursor-retrieval.canAttemptGithubLogin": true, | ||
"editor.cursorBlinking": "smooth", | ||
"editor.smoothScrolling": true, | ||
"workbench.list.smoothScrolling": true, | ||
"editor.cursorSmoothCaretAnimation": "on", | ||
"merge-conflict.autoNavigateNextConflict.enabled": true, | ||
"workbench.editor.enablePreviewFromCodeNavigation": true, | ||
"issueReporter.experimental.auxWindow": true, | ||
"extensions.experimental.affinity": { | ||
"asvetliakov.vscode-neovim": 1 | ||
}, | ||
"[jsonc]": { | ||
"editor.defaultFormatter": "vscode.json-language-features" | ||
}, | ||
"sqltools.useNodeRuntime": true, | ||
"editor.renderWhitespace": "all", | ||
"terminal.integrated.env.osx": {}, | ||
"cursor.chat.ghostTextAtSymbols": true, | ||
"cursor.chat.smoothStreaming": true, | ||
"cursor.cpp.enablePartialAccepts": true, | ||
"git.confirmSync": false, | ||
"cursor.terminal.usePreviewBox": true, | ||
"roo-cline.allowedCommands": [ | ||
"npm test", | ||
"npm install", | ||
"tsc", | ||
"git log", | ||
"git diff", | ||
"git show" | ||
], | ||
"cursor.general.gitGraphIndexing": "enabled", | ||
"catppuccin-noctis-icons.hidesExplorerArrows": false, | ||
"window.newWindowProfile": "Default", | ||
"editor.cursorStyle": "block", | ||
"editor.fontSize": 8, | ||
"editor.suggest.preview": true, | ||
"editor.suggest.shareSuggestSelections": true, | ||
"files.autoGuessEncoding": true, | ||
"files.autoSaveWhenNoErrors": true, | ||
"workbench.accounts.experimental.showEntitlements": true, | ||
"chat.editor.wordWrap": "on", | ||
"chat.experimental.implicitContext": true, | ||
"inlineChat.accessibleDiffView": "on", | ||
"inlineChat.finishOnType": true, | ||
"inlineChat.startWithOverlayWidget": true, | ||
"cursor.composer.collapsePaneInputBoxPills": true, | ||
"editor.suggest.localityBonus": true, | ||
"workbench.editor.empty.hint": "hidden", | ||
"refactai.addressURL": "Refact", | ||
"refactai.apiKey": "w35z2SIu5EhVPheBfdi6IoSk", | ||
"refactai.insecureSSL": true, | ||
"refactai.pauseCompletion": true, | ||
"refactai.xperimental": true, | ||
"zencoder.codeCompletion.enable": false, | ||
"zencoder.codeCompletion.enableMultiLine": false, | ||
"zencoder.inlineSuggestions.enable": false, | ||
"workbench.editor.doubleClickTabToToggleEditorGroupSizes": "maximize", | ||
"workbench.editor.enablePreviewFromQuickOpen": true, | ||
"workbench.editor.pinnedTabsOnSeparateRow": true, | ||
"workbench.editor.wrapTabs": true, | ||
"workbench.editor.preferHistoryBasedLanguageDetection": true, | ||
"workbench.editor.sharedViewState": true, | ||
"workbench.editor.enablePreview": false, | ||
"search.seedWithNearestWord": true, | ||
"notebook.defaultFormatter": "vscode.markdown-language-features", | ||
"cursor.general.enableShadowWorkspace": true, | ||
"terminal.integrated.cursorBlinking": true, | ||
"cursor.composer.shouldShowMarkdownHoverParticipantActions2": true, | ||
"diffEditor.hideUnchangedRegions.enabled": true, | ||
"cursor.composer.showSuggestedFiles": false, | ||
"quickchat.showQuickchat": { | ||
"enableInlineExplain": true, | ||
"enableInlineDocumentation": true, | ||
"enableInlineTest": true | ||
}, | ||
"chat.editing.experimental.enableRestoreFile": true, | ||
"chat.editing.alwaysSaveWithGeneratedChanges": true, | ||
"remote.downloadExtensionsLocally": true, | ||
"AI.chatLanguage": "English", | ||
"editor.experimentalEditContextEnabled": true, | ||
"editor.experimentalWhitespaceRendering": "font", | ||
"typescript.experimental.tsserver.web.typeAcquisition.enabled": true, | ||
"js/ts.implicitProjectConfig.experimentalDecorators": true, | ||
"workbench.commandPalette.experimental.askChatLocation": "quickChat", | ||
"debug.toolBarLocation": "floating", | ||
"workbench.trustedDomains.promptInTrustedWorkspace": true, | ||
"rust-analyzer.initializeStopped": true, | ||
"rust-analyzer.workspace.symbol.search.kind": "all_symbols", | ||
"rust-analyzer.references.excludeImports": true, | ||
"rust-analyzer.references.excludeTests": true, | ||
"rust-analyzer.lru.capacity": 256, | ||
"rust-analyzer.inlayHints.typeHints.hideClosureInitialization": true, | ||
"rust-analyzer.inlayHints.bindingModeHints.enable": true, | ||
"rust-analyzer.inlayHints.closureCaptureHints.enable": true, | ||
"rust-analyzer.inlayHints.discriminantHints.enable": "fieldless", | ||
"rust-analyzer.inlayHints.closureReturnTypeHints.enable": "with_block", | ||
"rust-analyzer.inlayHints.expressionAdjustmentHints.enable": "always", | ||
"rust-analyzer.inlayHints.expressionAdjustmentHints.hideOutsideUnsafe": true, | ||
"rust-analyzer.inlayHints.genericParameterHints.lifetime.enable": true, | ||
"rust-analyzer.inlayHints.genericParameterHints.type.enable": true, | ||
"rust-analyzer.inlayHints.implicitDrops.enable": true, | ||
"rust-analyzer.inlayHints.implicitSizedBoundHints.enable": true, | ||
"rust-analyzer.inlayHints.lifetimeElisionHints.useParameterNames": true, | ||
"rust-analyzer.inlayHints.lifetimeElisionHints.enable": "skip_trivial", | ||
"rust-analyzer.inlayHints.rangeExclusiveHints.enable": true, | ||
"rust-analyzer.imports.granularity.enforce": true, | ||
"rust-analyzer.imports.preferPrelude": true, | ||
"rust-analyzer.imports.prefix": "self", | ||
"rust-analyzer.imports.prefixExternPrelude": true, | ||
"rust-analyzer.imports.granularity.group": "module", | ||
"rust-analyzer.hover.actions.references.enable": true, | ||
"rust-analyzer.files.watcher": "server", | ||
"rust-analyzer.completion.hideDeprecated": true, | ||
"rust-analyzer.assist.emitMustUse": true, | ||
"rust-analyzer.debug.engine": "llvm-vs-code-extensions.lldb-dap", | ||
"workbench.colorTheme": "Light" | ||
} |