-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How not to underline include files? #219
Comments
There is some discussion of this at clangd/clangd#630. There is no current option to disable the include underlines specifically, but there is mention of the |
It's fine, thanks very much. |
@HighCommander4 {
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}/out"
],
"editor.links": false,
...
} What confuse me is that |
Yes, it is an option for the whole workspace, but you can limit it to specific language(s): "[cpp]": {
"editor.links": false
} |
Screenshot
Description
When
vscode-clangd
disabled, no underlines for the included files.When
vscode-clangd
enabled, how not to show the underlines?The text was updated successfully, but these errors were encountered: