Skip to content
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

Missing BitbucketOptions in maker.schema.json #274

Open
brnbs opened this issue Jan 14, 2024 · 0 comments
Open

Missing BitbucketOptions in maker.schema.json #274

brnbs opened this issue Jan 14, 2024 · 0 comments

Comments

@brnbs
Copy link

brnbs commented Jan 14, 2024

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:

  • OS: Windows
  • Nx Electron Version: 17.0.1

Additional context
Affected lines:

"$ref": "#/definitions/BitbucketOptions"

"$ref": "#/definitions/BitbucketOptions"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant