69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"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",
|
|
"clkd",
|
|
"csrcs",
|
|
"ieciidc",
|
|
"iidc",
|
|
"interruptible",
|
|
"irqsave",
|
|
"mediats",
|
|
"mtap",
|
|
"printk",
|
|
"rtcp",
|
|
"ssrc",
|
|
"stap",
|
|
"tclient",
|
|
"tscode"
|
|
],
|
|
"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
|
|
}
|