-
Notifications
You must be signed in to change notification settings - Fork 87
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
Update .vscode cmake.sourceDirectory #1521
Conversation
Pull Request Test Coverage Report for Build 7846748656
💛 - Coveralls |
The title seems to imply that the CMakePreset file will be moved, but the PR doesn't actually do that. |
@@ -29,6 +29,7 @@ linter: | |||
rules: | |||
avoid_relative_lib_imports: false | |||
package_api_docs: true | |||
dangling_library_doc_comments: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer that we don't disable recommended lints, but let us keep it for now, and fix the code later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actual changes looks good to me, but I'm a bit confused by the title?
Yeah, originally, I thought I need to move the presets to have them vscode pick them up, but then discovered the |
No description provided.