Skip to content

Commit 68958e4

Browse files
committed
Update warning message for library context in EDK2Code
1 parent 08cb813 commit 68958e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contextState/cmds.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ import { checkCppConfiguration } from "../cppProviders/cppUtils";
389389
}else{
390390

391391
// list all modules and ask for context
392-
void vscode.window.showWarningMessage("This INF is a library. This command only works with EDK Modules for now");
392+
void vscode.window.showWarningMessage("EDK2Code couldn't find a module that uses this library");
393393
return;
394394
}
395395
}

0 commit comments

Comments
 (0)