QOL improvements to docsearch: alphabetize, filter out unittests

This commit is contained in:
2026-01-14 16:35:54 -05:00
parent 264dd5e8be
commit 8a33a399d1
7 changed files with 111 additions and 34 deletions

View File

@@ -77,7 +77,16 @@
"presentation": {
"clear": true
},
"problemMatcher": "$msCompile",
"problemMatcher": [
{
"base": "$gcc",
"fileLocation": ["relative", "${workspaceFolder}/luprex"]
},
{
"base": "$gcc",
"fileLocation": ["relative", "${workspaceFolder}"]
}
],
"type": "shell"
}
}