{ "cmake.configureOnOpen": true, "window.enableMenuBarMnemonics": false, "window.customMenuBarAltFocus": false, "window.titleBarStyle": "custom", "window.menuBarVisibility": "visible", "workbench.colorTheme": "papercolor-vscode-dark", "workbench.startupEditor": "none", "task.problemMatchers.neverPrompt": { "shell": true }, "debug.onTaskErrors": "abort", "update.showReleaseNotes": false, "vscode-office.markdownType": "hyperMD", "todo-tree.tree.showScanModeButton": false, "todo-tree.general.tags": [ "BUG", "HACK", "FIXME", "TODO" ], "todo-tree.regex.regex": "($TAGS) *(\\([^\\)]*\\))? *:", "todo-tree.highlights.defaultHighlight": { "type": "line", "foreground": "blue", "fontWeight": "bold", }, "files.trimTrailingWhitespace": true, "diffEditor.ignoreTrimWhitespace": false, "update.mode": "none", "C/C++ Include Guard.Macro Type": "Filepath", "cSpell.userWords": [ "avtp", "calib", "calibs", "clkd", "csrcs", "enclustra", "firmwares", "ftdi", "FTENC", "GALVO", "ieciidc", "iidc", "interruptible", "irqsave", "JTAG", "machineapi", "mediats", "mtap", "Nanocard", "nanocardfirmware", "printk", "rtcp", "ssrc", "stap", "tangoapi", "tclient", "touchgui", "tscode", "userspace" ], "files.exclude": { "**/.history/**": true, "**/*.dwo": true, "**/*.o": true, "**/*.o.cmd": true, "**/*.o.d": true }, "git.confirmSync": false, "editor.rulers": [ 80, 120 ], "window.zoomLevel": 1, "C_Cpp.loggingLevel": "Information", "editor.tabSize": 4, "terminal.integrated.scrollback": 10000, "files.insertFinalNewline": true, "keyboard.dispatch": "keyCode", "python.analysis.typeCheckingMode": "standard", "python.analysis.autoImportCompletions": true, "ruff.configuration": "/home/oke/projects/setupdevenvqx/ruff.toml" }