-
Notifications
You must be signed in to change notification settings - Fork 80
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
Relative path for for assumeFilename not working #160
Comments
this is a feature that im going to add hopefully in the next few hours |
Oh for assumeFilename? I don't know how that option works there arent good docs. is it the same as |
Thank you for working on this.. I think the way to do this is through assumeFilename ? Is there an alternative way? |
you are suposed to put ur clang-format file in the |
Ok then, your changes should solve my issue.. Thank you! |
Hi all,
I am trying to set a relative path for
assumeFilename
, but it does not work.For example the .clang-format file is in the .vscode folder.
My current settings are:
Also tried using
${workspaceRoot}
to no avail.An absolute path to the same file works!
My current vscode version is 1.85.1
Is a relative path for
assumeFilename
supported?Thanks in advance
The text was updated successfully, but these errors were encountered: