Editor
Editor copied to clipboard
Workspace `editorVersion` version seems incorrect
When generating an empty workspace with the 4.6.0 version the editorVersion says 4.5.0.
I tracked the code up to editor.tsx:999
const editorVersion = this._packageJson.dependencies["@babylonjs/core"];
It seems okay in the repo, maybe the repository used to generate the 4.6.0 version was out of date?
Hi @StanleySweet !
Are you talking about the .editorworkspace file? Because I reproduced a mismatch in the .editorworkspace file. I'm fixing it to write the right version of the editor.