bennymeg / nx-electron

Electron schematics for nrwl nx platform
Apache License 2.0
307 stars 82 forks source link

Missing BitbucketOptions in maker.schema.json #274

Open brnbs opened 5 months ago

brnbs commented 5 months ago

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: https://github.com/bennymeg/nx-electron/blob/0d194ccb2c330b40656a163dfb29af2797403d77/packages/nx-electron/src/validation/maker.schema.json#L2266 https://github.com/bennymeg/nx-electron/blob/0d194ccb2c330b40656a163dfb29af2797403d77/packages/nx-electron/src/validation/maker.schema.json#L2293