Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.1 KB

Changelog

All notable changes to this npm module are documented in this file.

[3.3.0] - 2023-10-17

  • 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 and monaco-languageclient)
    • Renamed EditorAppVscodeApi to EditorAppExtended and EditorAppConfigVscodeApi to EditorAppConfigExtended
    • BREAKING: $type of EditorAppConfigExtended was changed from vscodeApi to extended
  • 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.

2023-09-21

  • 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

2023-09-06

  • Moved langium grammer langugae client and server from monaco-languageclient here
    • Allow to start the editor in both classic and vscode-api mode