All notable changes to this npm module are documented in this file.
- Started to use version even if it is a private package. Aligned version with
monaco-editor-wrapper
. - Adjust to underlying api changes (
monaco-vscode-api
andmonaco-languageclient
)- Renamed
EditorAppVscodeApi
toEditorAppExtended
andEditorAppConfigVscodeApi
toEditorAppConfigExtended
- BREAKING:
$type
ofEditorAppConfigExtended
was changed fromvscodeApi
toextended
- Renamed
- Fix json language server launch
- Move python language server port to 30001 and json language server port to 30000.
- Include all direct dependencies that the code uses in the
package.json
.
- Langium example allows to use semantic highlighting with monarch grammars (monaco-editor classic mode)
- React Typescript example allows to update the text
- Aligned code to minor lib changes
- Moved langium grammer langugae client and server from monaco-languageclient here
- Allow to start the editor in both classic and vscode-api mode