0.1.13 improve completion

This commit is contained in:
2026-08-04 17:53:11 +02:00
parent 6794896ac7
commit f8187da611
12 changed files with 844 additions and 36 deletions
+5
View File
@@ -113,6 +113,11 @@ export class ModWorkspace {
return this.projectRoot != null;
}
/** Appends a line to the "RA3 Mod XML" output channel (debug/troubleshooting). */
log(message: string): void {
this.output.appendLine(message);
}
/** True while a rebuild is running (before any snapshot is published). */
get isBuilding(): boolean {
return this.building;