-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode-settings.json
More file actions
51 lines (44 loc) · 1.86 KB
/
vscode-settings.json
File metadata and controls
51 lines (44 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"chat.agent.enabled": false,
"chat.useAgentSkills": false,
"diffEditor.experimental.showMoves": true,
"editor.autoIndentOnPaste": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.find.history": "never",
"editor.minimap.enabled": false,
"editor.scrollBeyondLastLine": false,
"editor.scrollbar.ignoreHorizontalScrollbarInContentHeight": true,
"editor.scrollbar.vertical": "visible",
"editor.trimWhitespaceOnDelete": true,
"explorer.excludeGitIgnore": true,
"window.autoDetectColorScheme": true,
"workbench.commandPalette.showAskInChat": false,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabSizing": "fixed",
"workbench.editor.tabSizingFixedMaxWidth": 200,
"workbench.editorLargeFileConfirmation": 32,
"workbench.preferredLightColorTheme": "Default Light+",
"workbench.settings.showAISearchToggle": false,
"extensions.experimental.issueQuickAccess": false,
"extensions.ignoreRecommendations": true,
"files.autoSave": "onFocusChange",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.exclude": { "**/*.aux": true, "**/*.pdf": true },
"git.blame.ignoreWhitespace": true,
"git.pruneOnFetch": true,
"git.pullBeforeCheckout": true,
"git.untrackedChanges": "separate",
"ipynb.experimental.serialization": false,
"mermaid-chat.enabled": false,
"scm.diffDecorationsIgnoreTrimWhitespace": "inherit",
"security.workspace.trust.untrustedFiles": "newWindow",
"telemetry.feedback.enabled": false,
"terminal.integrated.useWslProfiles": false,
"tinymist.lint.enabled": true,
"tinymist.preview.refresh": "onSave",
"tinymist.syntaxOnly": "onPowerSaving",
"update.showReleaseNotes": false,
"vim.vimrc.enable": true,
}