-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clangd config check in checkCompileCommandsConfig()
if vscode-clangd installed but `--compile-commands-dir=` is not setting or setting is not "${workspaceFolder}/.edkCode/", then update clangd.arguments to include: "--compile-commands-dir=${workspaceFolder}/.edkCode/". if vscode-clangd is not installed, still call infoMissingCompilesCommandCpp() Signed-off-by: Yang Gang <yanggang@byosoft.com.cn>
- Loading branch information
1 parent
71803d7
commit 8e6eab4
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters