-
-
Notifications
You must be signed in to change notification settings - Fork 785
Open
Labels
Description
Product
Strawberry Shake
Version
15.1.3
Link to minimal reproduction
local
Steps to reproduce
When developing in Visual Studio 2022, at some point the root .graphqlrc.json
file is modified and now contains the schema and document files in the bin\Debug
directory:

What is expected?
The .graphqlrc.json
file writer ignores the files in the bin
directory.
What is actually happening?
Schema files in bin
are added to .graphqlrc.json
.
Relevant log output
Additional context
In one project I've made .graphqlrc.json
read-only. This causes some warnings every once in a while but the project works fine.