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
I want {replace the monaco editor component with languim generated files}
So that {the JValue Hub can import those files}
User Acceptance Criteria
The librarymonaco-editor exports the files jayvee.tmLanguage.json and jayvee.configuration.json
Removed the react component from the library monaco-editor
Examples
Notes
After https://github.com/jvalue/hub/pull/786 the JValue Hub has its own component for the monaco editor and does not rely on this anymore. However, this component still requires information about jayvee (for syntax highlighting, etc.) and the existing monaco-editor library is a good place to export the required files.
Definitions of Done
A PR has been opened and accepted
All user acceptance criteria are met
All tests are passing
The text was updated successfully, but these errors were encountered:
User Story
User Acceptance Criteria
monaco-editor
exports the filesjayvee.tmLanguage.json
andjayvee.configuration.json
monaco-editor
Examples
Notes
After https://github.com/jvalue/hub/pull/786 the JValue Hub has its own component for the monaco editor and does not rely on this anymore. However, this component still requires information about jayvee (for syntax highlighting, etc.) and the existing
monaco-editor
library is a good place to export the required files.Definitions of Done
The text was updated successfully, but these errors were encountered: