vscode-rojo
vscode-rojo copied to clipboard
rojo doesn't seem to generate project schemas during install (vscode-oss)
When loading a rojo-managed project, default.project.json complains about not finding project.schema.json in the extension.
Full error:
Unable to load schema from '/home/mas/.vscode-oss/extensions/evaera.vscode-rojo-2.1.2-universal/dist/project.schema.json': Schema not found: file:///home/mas/.vscode-oss/extensions/evaera.vscode-rojo-2.1.2-universal/dist/project.schema.json.(768)
This issue only occur when you install the extension through the extension store in the OSS version of vscode (vscode-oss).
The only working fix is by installing rojo manually from the vsix file.
Would be appreciated if you guys deployed a fix for vscode-oss users.
Thanks!