-
Notifications
You must be signed in to change notification settings - Fork 7
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
Found clangd files error #3
Comments
https://github.com/boocs/unreal-clangd/tree/v2#reinstall-without-overwrite Is this your own previous clangd project? Or are you trying to reinstall a project made by this extension? The extension relies on settings that are created with the extension made clangd config file. If this is your personal clangd project then you'll need to backup your settings and run the create project command with the overwrite setting set to 'full'. |
Thanks for the response. It is a pre existing clangd project that I've never used with this extension. When I go into the settings for this extension, there are none listed. |
Make sure there is nothing in the setting's Search box. I thought you were correct and that there was some bug in the new vscode but I had something in the setting's Search box. Also just a note: Unreal 5.3 isn't supported yet. It actually works on Windows, and I should just release it on Windows, but I'm having a hard time with the Ubuntu version. |
Weird. Are you using an old version of VSCode? When creating the extension you can set the minimum VSCode version so maybe that's it. I'm racking my brain trying to think of other things though! |
Don't think so, I just ran an update. I'm out and about right now so
unfortunately I can't check the version number.
…On Sat, Sep 9, 2023, 12:36 PM boocs ***@***.***> wrote:
Weird. Are you using an old version of VSCode? When creating the extension
you can set the minimum VSCode version so maybe that's it.
I'm racking my brain trying to think of other things though!
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRIGAJHK53ZC76FSCXSEQLXZSZMJANCNFSM6AAAAAA4ROXG5U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Also check the extensions tab. If the clangd extension is disabled then this extension will also be disabled. |
Had to restart my computer but the settings are showing now. |
Just for info, it was my fault for the Ubuntu errors but it did lead me to totally fix Ubuntu without any weird hack preinclude. |
When I run the '
create unreal clangd project
command, I get the following error:Found clangd files while overwrite setting is: strict
Presumably this is because I'm adding this to a project I've been working on for a while. I'm unsure how to proceed safely, tho.
The text was updated successfully, but these errors were encountered: