We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7434203 commit 26b73d7Copy full SHA for 26b73d7
src/features/diagnostics.zig
@@ -252,7 +252,7 @@ pub fn generateBuildOnSaveDiagnostics(
252
blk: {
253
store.lock.lockShared();
254
defer store.lock.unlockShared();
255
- const build_file = store.build_files.get(build_zig_path) orelse break :blk;
+ const build_file = store.build_files.get(build_zig_uri) orelse break :blk;
256
257
no_build_config: {
258
const build_associated_config = build_file.build_associated_config orelse break :no_build_config;
0 commit comments