{ "chat.agent.enabled": false, "chat.disableAIFeatures": true, "debug.allowBreakpointsEverywhere": true, "diffEditor.ignoreTrimWhitespace": false, "editor.accessibilitySupport": "off", "editor.formatOnSave": true, "editor.formatOnType": false, "editor.minimap.enabled": false, "editor.multiCursorModifier": "ctrlCmd", "editor.renderWhitespace": "boundary", "editor.tabSize": 2, "editor.aiStats.enabled": false, "explorer.confirmDelete": false, "extensions.ignoreRecommendations": true, "files.trimTrailingWhitespace": true, "git.confirmSync": false, "git-graph.showStatusBarItem": false, "redhat.telemetry.enabled": false, "terminal.integrated.fontFamily": "Hack", "terminal.integrated.scrollback": 1000000, "terminal.integrated.suggest.enabled": false, "update.showReleaseNotes": false, "workbench.colorTheme": "Default Light+", "workbench.secondarySideBar.defaultVisibility": "hidden", "workbench.settings.showAISearchToggle": false, "[asn1]": { "editor.formatOnSave": false }, "[c]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, "[html]": { "editor.formatOnSave": false }, "[json]": { "editor.tabSize": 4 }, "[latex]": { "editor.formatOnSave": false, "editor.wordWrap": "on" }, "[markdown]": { "files.trimTrailingWhitespace": false }, "[plaintext]": { "editor.tabSize": 2, "editor.formatOnSave": false }, "[python]": { "editor.tabSize": 4 }, "ansible.lightspeed.enabled": false, "C_Cpp.clang_format_style": "file", "C_Cpp.clang_format_sortIncludes": true, "C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}", "C_Cpp.clang_format_path": "/usr/local/bin/clang-format", "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", "C_Cpp.intelliSenseEngine": "Default", "C_Cpp.copilotHover": "disabled", "cmake.configureOnOpen": true, "cmake.generator": "Ninja", "cmake.options.statusBarVisibility": "icon", "cmake.pinnedCommands": [ "workbench.action.tasks.configureTaskRunner", "workbench.action.tasks.runTask" ], "cmake.showOptionsMovedNotification": false, "cmake.statusbar.visibility": "icon", "go.toolsManagement.autoUpdate": true, "json.schemas": [], "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.latex.autoBuild.run": "never", "latex-workshop.latex.recipes": [ { "name": "latexmk 🔃", "tools": [ "latexmk" ] }, { "name": "pdflatex, biber, makeglossaries, pdflatex x2", "tools": [ "pdflatex", "biber", "makeglossaries", "pdflatex", "pdflatex" ] } ], "latex-workshop.latex.tools": [ { "name": "latexmk", "command": "latexmk", "args": [ "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "-pdf", "-outdir=%OUTDIR%", "%DOC%" ], "env": {} }, { "name": "pdflatex", "command": "pdflatex", "args": [ "-synctex=1", "-interaction=nonstopmode", "-file-line-error", "%DOC%" ], "env": {} }, { "name": "makeglossaries", "command": "makeglossaries", "args": [ "%DOCFILE%" ] }, { "name": "biber", "command": "biber", "args": [ "%DOCFILE%" ], "env": {} } ], "latex-workshop.latex.clean.fileTypes": [ "*.aux", "*.bbl", "*.blg", "*.idx", "*.ind", "*.lof", "*.lot", "*.out", "*.toc", "*.acn", "*.acr", "*.alg", "*.glg", "*.glo", "*.gls", "*.ist", "*.fls", "*.log", "*.fdb_latexmk", "*.bcf", "*.dvi", "*.glsdefs", "*.nlo", "*.run.xml", "*.slo", "*.lol", "*.ilg", "*.nls", "*.synctex.gz", "*.slg", "*.sls" ], "markdown-pdf.displayHeaderFooter": false, "markdown-pdf.margin.bottom": "1.5cm", "markdown-pdf.margin.left": "2cm", "markdown-pdf.margin.right": "1.5cm", "python.linting.pylintPath": "/usr/local/bin/pylint", "python.pythonPath": "/usr/local/bin/python3", "python.analysis.aiHoverSummaries": false, "rust-analyzer.hover.memoryLayout.size": "both", "rust-analyzer.imports.granularity.enforce": true, "yaml.format.printWidth": 110 }