This commit is contained in:
2026-08-11 02:20:06 +02:00
parent 36eaaafa01
commit dbc2c99d8d
45 changed files with 3904 additions and 661 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ export class Ra3HoverProvider implements vscode.HoverProvider {
) {
const searchPaths = idx
? buildSearchPaths(idx.sdkDir, idx.projectDir)
: this.ws.searchPaths();
: this.ws.searchPaths(document);
const resolved = searchPaths
? resolveSource(
value,