You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using VSCode with the googletest source,
there are several generated files.
These should be added to .gitignore by default to avoid cluttering the "source control changed files" view.
e.g. .cache
Additionally, some settings file are useful for local development, but should not be checked in.
e.g. cmake-variants.yaml that allows choosing whether to build the tests or not.
Steps to reproduce the problem
Open the googletest directory in VSCode.
Open a C++ file, with clangd as the language service provider.
What version of GoogleTest are you using?
$ git rev-parse HEAD
f625681bc4086c35099475f0d17e161f1c6ac9a1
What operating system and version are you using?
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 23.04
Release: 23.04
Codename: lunar
This is populated by the clangd language service provider.
Also ignore the cmake-variants.yaml file.
This can be created locally to select various build/test configurations.
Fixesgoogle#4266
Describe the issue
When using VSCode with the googletest source,
there are several generated files.
These should be added to .gitignore by default to avoid cluttering the "source control changed files" view.
e.g.
.cache
Additionally, some settings file are useful for local development, but should not be checked in.
e.g.
cmake-variants.yaml
that allows choosing whether to build the tests or not.Steps to reproduce the problem
Open the googletest directory in VSCode.
Open a C++ file, with clangd as the language service provider.
What version of GoogleTest are you using?
What operating system and version are you using?
What compiler and version are you using?
What build system are you using?
Additional context
No response
The text was updated successfully, but these errors were encountered: