diff --git a/src/zigProvider.ts b/src/zigProvider.ts index af3388d..48c00c3 100644 --- a/src/zigProvider.ts +++ b/src/zigProvider.ts @@ -21,7 +21,7 @@ export class ZigProvider implements vscode.Disposable { if (change.affectsConfiguration("zig.path")) { const newValue = this.resolveZigPathConfigOption(); if (newValue) { - this.set(this.value); + this.set(newValue); } } }),