We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cb813 commit 68958e4Copy full SHA for 68958e4
src/contextState/cmds.ts
@@ -389,7 +389,7 @@ import { checkCppConfiguration } from "../cppProviders/cppUtils";
389
}else{
390
391
// 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");
+ void vscode.window.showWarningMessage("EDK2Code couldn't find a module that uses this library");
393
return;
394
}
395
0 commit comments