This commit is contained in:
锦恢 2025-02-17 20:01:57 +08:00
parent bae22883de
commit 378646c65e

View File

@ -271,8 +271,6 @@ export async function publishDiagnostics(
path: string
) {
// 找到所有的库前缀,进行诊断(用于 verilator
// const searchPaths = getLibrarySearchPaths(path);
await client.sendRequest("workspace/executeCommand", {
command: 'publish-diagnostics',
arguments: [path]