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
Describe the bug
When I open the generated maker.options.json file in VS Code, I get the following error on the $schema line: $ref '/definitions/BitbucketOptions' in 'file:///c:/***/node_modules/nx-electron/src/validation/maker.schema.json' can not be resolved.(768)
Expected behavior
I expect the schema to be valid and contain all the referenced objects, so I get autocomplete in VS Code when editing the JSON file.
Describe the bug
When I open the generated
maker.options.json
file in VS Code, I get the following error on the$schema
line:$ref '/definitions/BitbucketOptions' in 'file:///c:/***/node_modules/nx-electron/src/validation/maker.schema.json' can not be resolved.(768)
Expected behavior
I expect the schema to be valid and contain all the referenced objects, so I get autocomplete in VS Code when editing the JSON file.
Desktop:
Additional context
Affected lines:
nx-electron/packages/nx-electron/src/validation/maker.schema.json
Line 2266 in 0d194cc
nx-electron/packages/nx-electron/src/validation/maker.schema.json
Line 2293 in 0d194cc
The text was updated successfully, but these errors were encountered: