ci: Attempting to resolve the issue with DDK compilation being unavailable

This commit is contained in:
ShirkNeko
2025-11-03 00:57:29 +08:00
parent b4e682148a
commit a622657092
7 changed files with 21 additions and 222 deletions

View File

@@ -1,16 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Generate compile_commands.json",
"type": "process",
"command": "python",
"args": [
"${workspaceRoot}/.vscode/generate_compdb.py"
],
"problemMatcher": []
}
]
}