naval_swarm/.vscode/settings.json
2025-02-03 21:25:04 +01:00

106 lines
4.0 KiB
JSON

{
"C_Cpp.autoAddFileAssociations": false,
"C_Cpp.autocomplete": "default",
"C_Cpp.clang_format_fallbackStyle": "none",
"C_Cpp.clang_format_style": "file",
"C_Cpp.codeAnalysis.runAutomatically": true,
"C_Cpp.commentContinuationPatterns": [
"/**",
"///"
],
"C_Cpp.default.compilerPath": "",
"C_Cpp.default.cppStandard": "c++20",
"C_Cpp.default.enableConfigurationSquiggles": true,
"C_Cpp.enhancedColorization": "enabled",
"C_Cpp.formatting": "clangFormat",
"clang-format.language.cpp.enable": true,
"clang-format.language.cpp.style": "file",
"clang-format.assumeFilename": ".clangformat",
"C_Cpp.workspaceParsingPriority": "high",
"cmake.automaticReconfigure": true,
"cmake.buildBeforeRun": true,
"cmake.buildTask": false,
"cmake.cmakeCommunicationMode": "fileApi",
"cmake.configureOnOpen": true,
"cmake.languageSupport.enableFileAPI": true,
"cmake.launchBehavior": "breakAndReuseTerminal",
"cmake.outputLogEncoding": "utf-8",
"cmake.parallelJobs": 0,
"cmake.parseBuildDiagnostics": true,
"cmake.useCMakePresets": "always",
"debug.autoExpandLazyVariables": "on",
"debug.console.closeOnEnd": true,
"debug.console.fontFamily": "Fira Code Retina, Consolas, 'Courier New', monospace",
"debug.console.fontSize": 12,
"debug.inlineValues": "off",
"debug.onTaskErrors": "showErrors",
"debug.openDebug": "openOnSessionStart",
"debug.openExplorerOnEnd": true,
"debug.showBreakpointsInOverviewRuler": true,
"debug.terminal.clearBeforeReusing": true,
"debug.toolBarLocation": "docked",
"diffEditor.experimental.showMoves": true,
"diffEditor.experimental.useVersion2": true,
"docsView.documentationView.updateMode": "sticky",
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.bracketPairColorization.enabled": false,
"editor.codeLens": false,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "line",
"editor.cursorSurroundingLinesStyle": "all",
"editor.dragAndDrop": false,
"editor.fontFamily": "Fira Code Retina, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDeclaration",
"editor.hover.delay": 500,
"editor.maxTokenizationLineLength": 10000,
"editor.minimap.enabled": false,
"editor.mouseWheelScrollSensitivity": 3,
"editor.mouseWheelZoom": true,
"editor.quickSuggestionsDelay": 250,
"editor.renderLineHighlight": "gutter",
"editor.rulers": [
100
],
"editor.smoothScrolling": true,
"editor.stickyScroll.enabled": true,
"explorer.autoReveal": false,
"explorer.sortOrder": "foldersNestsFiles",
"files.trimFinalNewlines": true,
"git.autofetch": true,
"git.confirmSync": false,
"gitlens.plusFeatures.enabled": false,
"markdown-preview-enhanced.previewTheme": "one-dark.css",
"problems.sortOrder": "position",
"search.maxResults": null,
"search.showLineNumbers": true,
"search.useIgnoreFiles": false,
"terminal.integrated.automationProfile.linux": {
"path": "/usr/bin/bash"
},
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.fontSize": 12,
"terminal.integrated.profiles.linux": {
"bash": {
"args": [
"--login",
"-i"
],
"color": "terminal.ansiYellow",
"icon": "terminal-bash",
"path": "bash"
}
},
"terminal.integrated.scrollback": 100000,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.untitled.labelFormat": "name",
"workbench.list.smoothScrolling": true,
"workbench.tree.renderIndentGuides": "always",
"dotnet.defaultSolution": "disable",
"svg.preview.background": "editor",
}