QOL improvements to docsearch: alphabetize, filter out unittests
This commit is contained in:
@@ -77,7 +77,16 @@
|
||||
"presentation": {
|
||||
"clear": true
|
||||
},
|
||||
"problemMatcher": "$msCompile",
|
||||
"problemMatcher": [
|
||||
{
|
||||
"base": "$gcc",
|
||||
"fileLocation": ["relative", "${workspaceFolder}/luprex"]
|
||||
},
|
||||
{
|
||||
"base": "$gcc",
|
||||
"fileLocation": ["relative", "${workspaceFolder}"]
|
||||
}
|
||||
],
|
||||
"type": "shell"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user