Changelog
May 12, 2026 ยท View on GitHub
All notable changes to this npm module are documented in this file.
[10.8.0] - unreleased
- Updated all
@codingame/monaco-vscodepackages to31.0.0 - Dropped eslint and rely fully on oxlint.
[10.7.0] - 2026-02-04
- Updated all
@codingame/monaco-vscodepackages to25.1.2 - New monaco-vscode-api / vite 8 beta 12 + esbuild-import-meta-url-plugin removal #1017
- fix setUnexpectedErrorHandler #1019
[10.6.0] - 2026-01-14
- Update to monaco-vscode-api 25 #1009
- Updated all
@codingame/monaco-vscodepackages to25.0.0.
- Updated all
- Introduce mise-en-place #1012
- Remove own ConsoleLogger implementation in mlc/common #1011
[10.5.0] - 2025-12-23
- Updated all
@codingame/monaco-vscodepackages to24.2.0. - LanguageClient config enhancements, plus dynamic loading of extension-service-override #1006.
[10.4.0] - 2025-11-26
- Use flags to trigger behaviour #997.
- Updated all
@codingame/monaco-vscodepackages to23.2.2. - Use oxlint for most linting now. eslint is only kept for currently unsupported rules or eslint plugins.
[10.3.0] - 2025-11-16
- Fixed re-rendering issues with React StrictMode #986.
- React comp: Only execute queued EditorApp start if HTML is still valid #995.
- Updated all
@codingame/monaco-vscodepackages to23.0.0.
[10.2.0] - 2025-09-30
- Move generic debugger client code to mlc #977.
- Updated all
@codingame/monaco-vscodepackages to22.1.0.
[10.1.0] - 2025-10-20
- Updated migration guide, relaxed requirement to specify htmlContainer #966.
- tsgo and erasableSyntaxOnly #964.
- Renamed
WorkspaceServicetoWorkbenchServiceimViewsConfigTypes. - Updated all
@codingame/monaco-vscodepackages to21.3.2. - Allow to pass options to
EditorApp#updateLayout
[10.0.0] - 2025-09-19
- Merge
monaco-editor-wrapperwithmonaco-languageclient:- Documentation update #956.
- Lifecycle adjustments #939.
- Move MonacoLanguageClientWrapper to monaco-languageclient #920.
- Added multiple new sub-exports:
vscodeApiWrapper,lcwrapper,editorAppandworkerFactorythat expose the merged functionality, please see the migration guide.
- Updated all
@codingame/monaco-vscodepackages to21.1.0.
[9.11.0] - 2025-08-21
- Updated all
@codingame/monaco-vscodepackages to20.2.1.
[9.10.0] - 2025-08-14
- Updated all
@codingame/monaco-vscodepackages to20.1.1.
[9.9.0] - 2025-08-11
- Updated all
@codingame/monaco-vscodepackages to19.1.4. - Updated
vscode-ws-jsonrpcpackage to3.5.0.
[9.8.0] - 2025-06-24
- Updated all
@codingame/monaco-vscodepackages to18.1.0.
[9.7.1] - 2025-06-17
- Updated all
@codingame/monaco-vscodepackages to17.2.1.
[9.7.0] - 2025-05-28
- Updated all
@codingame/monaco-vscodepackages to17.1.2.
[9.6.0] - 2025-05-06
- Updated all
@codingame/monaco-vscodepackages to16.1.1. - Always create a getWorker function #918
- Update complete uri and model handling in EditorApp #904
[9.5.0] - 2025-03-13
- Updated all
@codingame/monaco-vscodepackages to15.0.2.
[9.4.1] - 2025-03-05
- Updated all
@codingame/monaco-vscodepackages to14.0.6.
[9.4.0] - 2025-02-18
- Handle languageclient errors cases more robustly #859
- Updated all
@codingame/monaco-vscodepackages to14.0.4.
[9.3.0] - 2025-02-12
- Updated all
@codingame/monaco-vscodepackages to14.0.2.
[9.2.5] - 2025-02-08
- Updated all
@codingame/monaco-vscodepackages to13.1.6.
[9.2.4] - 2025-02-06
- Updated all
@codingame/monaco-vscodepackages to13.1.4.
[9.2.3] - 2025-02-04
- Updated all
@codingame/monaco-vscodepackages to13.1.3.
[9.2.2] - 2025-02-03
- Updated all
@codingame/monaco-vscodepackages to13.1.2.
[9.2.2] - 2025-01-31
- Moved workerFactory from
monaco-editor-wrappertomonaco-languageclient.
[9.2.0] - 2025-01-31
- Update to monaco-vscode-api v13 #836
- Updated all
@codingame/monaco-vscodepackages to13.1.1. - Breaking changes not in this API, but when using
@monaco-vscode-api:@codingame/monaco-vscode-apishould not be installed as vscode anymore@codingame/monaco-vscode-extension-apican optionally be installed asvscodeto use the extension api from the main thread- Some imports should be updated:
vscode/*=>@codingame/monaco-vscode-api/*vscode/services=>@codingame/monaco-vscode-api
- Updated all
[9.1.1] - 2025-01-20
- View service related imports are made dynamically #829
[9.1.0] - 2025-01-10
@typefox/monaco-editor-reactnow works with views serviceinitialize#823- Ensure configuration is init before service init #820
[9.0.0] - 2024-12-18
- Include all
@codingame/monaco-vscodepackages as peerDependencies. Mark only required ones as non-optional. - Updated engine engine requirements for node to (
>=18.19.0) and for npm to (>=10.2.3) - Updated all
@codingame/monaco-vscodepackages to11.1.2. - Workaround for
@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-commondependency problem - Run language clients independent of wrapper lifecycle #784
- API and internal functions clean-up
- Function naming adjustments
- Prototype: File system endpoint.
- Added
createUrltomonaco-languageclient/tools. Moved it here frommonaco-editor-wrapper. - Updated to eslint 9
- Support all arguments for monaco-vscode-api
initialize#756 - Update to monaco-vscode-api 9.0.x #749
- Enhancements to logging
- monaco-languageclient config improvement, wrapper+languageclientwrapper improvements #741
- Pass MessageTransports directly
- Allows to configure more than one language client
[8.8.3] - 2024-08-26
- Update to monaco-vscode-api 8.0.4 (monaco-editor 0.51.0)
[8.8.2] - 2024-08-21
- Update to monaco-vscode-api 8.0.2
[8.8.1] - 2024-08-12
- Update to monaco-vscode-api 8.0.1
[8.8.0] - 2024-08-08
- Open default workspace #14
- Update to monaco-vscode-api 8.0.0 #722
- Updated to version
8.0.0of@codingame/monaco-vscodepackages
- Updated to version
[8.7.0] - 2024-07-16
- Update to latest monaco-vscode-api #707
- Updated to version
7.0.7of@codingame/monaco-vscodepackages
- Updated to version
[8.6.0] - 2024-06-29
- Update to latest monaco-vscode-api #691
- Updated to version
6.0.3of@codingame/monaco-vscodepackages
- Updated to version
[8.5.0] - 2024-05-2x
- Updated to version
5.2.0of@codingame/monaco-vscodepackages
[8.4.0] - 2024-05-15
- Updated to version
5.1.1of@codingame/monaco-vscodepackages
[8.3.1] - 2024-04-17
- Updated to version
4.3.2of@codingame/monaco-vscodepackages
[8.3.0] - 2024-04-10
- Updated to version
4.2.1of@codingame/monaco-vscodepackages - Introduce new export
toolsexposing theLoggermigrated here frommonaco-editor-wrapper
[8.2.0] - 2024-04-10
- Updated to version
4.1.2of@codingame/monaco-vscodepackages
[8.1.1] - 2024-04-03
- Updated to version
3.2.3of@codingame/monaco-vscodepackages - Added missing dependency
@codingame/monaco-vscode-extensions-service-override
[8.1.0] - 2024-03-22
- Updated to version
3.2.1of@codingame/monaco-vscodepackages - Enhance TypeScript related examples #611
- It is now possible via InitializeServiceConfig -> enableExtHostWorker
- Moved import of 'vscode/localExtensionHost' from the wrapper here to fix independent init
[8.0.0] - 2024-03-18
- Repository now includes
monaco-editor-wrapperand@typefox/monaco-editor-react - Aligned LICENSE usage throughout the repository
- Introduce new exports
vscode/serviceswhere you find all mandatory functions related to@codingame/monaco-vscode-apiservice initialization - Updated to
@codingame/monaco-vscode-api@3.1.2and@codingame/monaco-vscode-editor-api@3.1.2- Proper sematic versioning, versions are now idenpendent of VSCode versioning scheme, but compatibility table is found here.
@codingame/monaco-vscode-editor-apiis now the alias formonaco-editorIt provides the full editor's full api and hereby removes the need for a treemended version.
[7.3.0] - 2024-01-04
- Updated to
@codingame/monaco-vscode-api@1.85.0and@codingame/monaco-editor-treemende@1.85.0/monaco-editor@0.45.0
[7.2.0] - 2023-12-07
- Updated to
@codingame/monaco-vscode-api@1.83.16:- Local extension hosts is automatically started.
initVscodeExtensionsis removed again.
- Local extension hosts is automatically started.
- Volta now uses Node 20 (current LTS).
[7.1.0] - 2023-11-27
- Updated to
@codingame/monaco-vscode-api@1.83.12:- BREAKING: If you want to use
getConfigurationServiceOverrideyou need to provide aworkspaceConfigalong theuserServicesininitServices.
- BREAKING: If you want to use
[7.0.2] - 2023-11-15
- Updated to
@codingame/monaco-vscode-api@1.83.7.
[7.0.1] - 2023-11-10
- Split
initServicesinto two functionsinitVscodeServicesandinitVscodeExtensions. extension init is no longer blocked by service init in case and service init will only performed once.
[7.0.0] - 2023-11-02
- BREAKING: Changed the treemending approach:
- The postinstall step is removed.
monaco-languageclientno longer patches an existingmonaco-editorinstead the package@codingame/monaco-editor-treemendedis used. This requires that projects using this lib to enforce the correctmonaco-editorwith overrides (npm/pnpm) or resolutions (yarn) in thepackage.json. - Please see the following explanation
- The postinstall step is removed.
- Updated to
monaco-vscode-api1.83.5.
[6.6.1] - 2023-10-20
- Updated to
monaco-vscode-api1.83.3which adds l10n suppport.
[6.6.0] - 2023-10-16
- Updated to
monaco-editor0.44.0andmonaco-vscode-api1.83.2.
[6.5.3] - 2023-10-11
- Updated to
monaco-vscode-api1.82.5. Fixes requirung"skipLibCheck": truewith previous versions of 1.82.x.
[6.5.2] - 2023-10-07
- Updated to
monaco-vscode-api1.82.4
[6.5.1] - 2023-10-04
- Issue with v6.5.0 (There is already an extension with this id error) on inputFactories #546
- Fixed dependency defintion of
@codingame/monaco-vscode-apiand updated to1.82.3
- Fixed dependency defintion of
[6.5.0] - 2023-09-29
- Updated to
monaco-editor0.43.0andmonaco-vscode-api1.82.2 - Only keep user services in
initServices. It requires to specifically import and use services provided by monaco-vscode-api- All enable... and configure type parameters have been removed from
monaco-languagclient - languages and model services are always added by
monaco-languagclient - layout, environment, extension, files and quickAccess servies are always added by
monaco-vscode-api - Additional services need to be added to the package dependencies and imported and configured as shown in the examples
- All enable... and configure type parameters have been removed from
[6.4.6] - 2023-09-05
- Updated to
monaco-vscode-api1.81.7
[6.4.5] - 2023-08-30
- Use direct
monaco-editorimports - Make examples publicly available
[6.4.4] - 2023-08-24
- Updated to
monaco-vscode-api1.81.5 - Added python language client and language server (pyright) examples
[6.4.3] - 2023-08-22
- Updated to
monaco-vscode-api1.81.3
[6.4.2] - 2023-08-19
- Updated to
monaco-vscode-api1.81.2
[6.4.1] - 2023-08-18
monaco-vscode-api1.81.1#523- Removed
enableQuickaccessServiceas it is always loaded now as default - Aligned naming of properties in
InitializeServiceConfig
- Removed
[6.4.0] - 2023-08-10
- Updated to
monaco-editor0.41.0andmonaco-vscode-api1.81.0#520
[6.3.0] - 2023-08-04
- Updated to
monaco-editor0.40.0andmonaco-vscode-api1.80.2#513- vscode api services have been cleaned-up and fully aligned with `monaco-vscode-api
[6.2.0] - 2023-06-16
- Updated
monaco-vscode-apito version1.79.3,monaco-editorto version0.39.0andmonaco-editor-workersto version0.39.1#503
[6.1.0] - 2023-06-12
- Updated to
monaco-vscode-apiversion1.79.0andmonaco-editorversion0.38.0#493 - Updated to
monaco-vscode-apiversion1.79.1#501 initServicecreateswindow.MonacoEnvironmentif not yet available
[6.0.3] - 2023-05-31
- Updated to
monaco-vscode-apiversion1.78.8fixing treemending patch issues #491 / monaco-vscode-api #116 / monaco-vscode-api #119
[6.0.2] - 2023-05-24
- Dependencies to
monaco-editorandmonaco-vscode-apiare now explicitly declared due to problems with yarn (see external issue: https://github.com/TypeFox/monaco-components/issues/21)
[6.0.1] - 2023-05-12
- Updated to
monaco-vscode-apiversion1.78.6fixing Macintosh related monaco-editor problems
[6.0.0] - 2023-05-04
- BREAKING CHANGE: Updated to
monaco-vscode-api1.78.5and therefore retiredMonacoServices. It is replaced byinitServicesthat makes configration of services exposed bymonaco-vscode-apihandy and still allows the definition of own services as outlined here and these can be passed asuserServicesininitServices. - Most client examples now share common code to reduce the amount of redundant code.
- The angular-client example is now found in its own repository
[5.0.1] - 2023-04-04
- Bugfix: textDocument/didChange message is doubled #479
[5.0.0] - 2023-04-04
- BREAKING CHANGE: Update to monaco-vscode-api 1.76 #470
- More services from
monaco-vscode-apiare used in the langium example (language config, text mate, keyboard bindings) - Updates to
monaco-editorversion0.36.1and vscode api compatibility to1.76.0
- More services from
- BREAKING CHANGE: Do not reexport code of imported libraries (e.g. vscode-languageclient) #459
- Content of
vscode-jsonrpc,vscode-languageclientandvscode-languageserver-protocolis no longer re-exported - Restructures example into less packages. It reduces maintenace efforts
- Web worker language server example is replaced with Langium Statemachine
- Content of
[4.0.3] - 2022-12-01
- Fixed compile target configuration
[4.0.2] - 2022-12-01
- Changed the compile target and module to ES2022. Applied linting. Code was functionally not changed.
- Updated to
monaco-vscode-api@1.69.13 - Added react-client and angular-client
[4.0.1] - 2022-10-19
- Update to monaco-editor 0.34.1 #373
- Update to
monaco-vscode-api@1.69.12 - Update exmaple dependencies (which don't affect the library)
- Update to
[4.0.0] - 2022-09-08
- BREAKING CHANGE: Transform to package of type module and switch to TypeScript ECMAScript Module Support in Node.js.
- BREAKING CHANGE: All cjs exports have been removed.
- BREAKING CHANGE: The old
monaco-converterhas been removed. If you still rely on it, please take a look at the example language service written in JavaScript and adapt to the converters usage available since v2.0.0. - Added verification examples for webpack and vite that shall ensure the libs work in dependent projects and the give you an idea how to use
monaco-languageclientandvscode-ws-jsonrpcwith common bundlers. - Revised all READMEs
[3.0.1] - 2022-08-24
- Update
monaco-vscode-apito version1.69.9
[3.0.0] - 2022-08-15
- Update to monaco 0.34/vscode 1.69 #409
2.x.x BREAKING CHANGES
v2+ of this library is dependant on monaco-vscode-api which removed all vscode-api/-compatibility related code. The change has mostly no effect on end users code, but there are two things that need to be taken into account:
- If you use Webpack or vite for bundling, you have to remove the
vscodealias entry from the configuration - If you customized monaco services, then you have to adjust them to the changed interface
The npm packages exports the following:
monaco-languagclientmonaco-languagclient/monaco-convertersmonaco-languagclient/monaco-converters/cjs
[2.1.0] - 2022-07-21
- Update vscode api #399
- Updated
viteto3.0.2
[2.0.2] - 2022-06-22
- Align all tsconfigs and vscode-ws-jsonrpc provides esm/cjs #390
- Use
typesVersionsin *package.json- for proper TypeScript import support (used in node example) - Remove AMD and CJS builds adn exports of the main library. Only
monaco-convertersandmonaco-converters/cjsare left
- Use
[2.0.1] - 2022-06-21
- No cjs fragments to export #388
[2.0.0] - 2022-06-21
- Use monaco vscode api #373
- Merge monaco-jsonrpc and vscode-ws-jsonrpc into new sub package #383
- Integrate eslint with eslint-config-standard #385
- Add example with client and server both running in the browser #386
[1.1.0] - 2022-06-08
- feat(package.json): export monaco-converter #376
- Clean unregistered featured from registration requests #372
- Introduce global engines entries for node and npm #370
- Implement missing 3.17 api #364
- Remove unsupported features #362
- Do not include node code #361
[1.0.1] - 2022-05-21
- Add some typing on the code/proto converters #359
- Fix to vite 2.9.6 for now
[1.0.0] - 2022-05-20
- Switch to npm workspace and vite and thereby drop yarn, lerna and webpack #340
- Restructure project: All code is moved to packages directory
- Update and clean-up all dependencies
- Use monaco-editor in examples instead of monaco-editor-core
- README was fully revised
- Bugfixes resulting from this:
- Make monaco workspace disposable #330
- Update the protocol to version 3.17 #350
- Fix code action diagnostics #352
- Fix resolving, never overwrite by undefined #354
- The
connectionProvidernow expects aMessageTransportsinstead of aMessageConnection - Bump version to 1.0.0
[0.18.1] - 2022-03-21
- Fix vscode api enum #333
[0.18.0] - 2022-03-15
- Update to monaco 0.33 & vscode 1.65 #329
- Updated minor versions of vscode-languageserver-textdocument and vscode-uri and removed engines entry from client
[0.17.4] - 2022-02-22 (2022-03-08)
- First released as @codingame/monaco-languageclient@0.17.4 on specified date
- Release of monaco-languageclient@0.17.4 was made available on date in brackets
- Register providers using the document selector directly #317
[0.17.3] - 2021-12-21 (2022-02-23)
- First released as @codingame/monaco-languageclient@0.17.3 on specified date
- Release of monaco-languageclient@0.17.3 was made available on date in brackets
- Releases
0.17.1and0.17.2were mistakes - Fix various issues: outdated api, missing stuff in compatibility-api... #309
[0.17.0] - 2021-11-10 (2022-02-23)
- First released as @codingame/monaco-languageclient@0.17.0 on specified date
- Release of monaco-languageclient@0.17.0 was made available on date in brackets
- Update to monaco 0.30.1 #301
[0.16.1] - 2021-11-03 (2022-02-23)
- First released as @codingame/monaco-languageclient@0.16.1 on specified date
- Release of monaco-languageclient@0.16.1 was made available on date in brackets
- Fix dropped tags in Diagnostic -> IMarkerData #297
- Missing protocol convention #298
[0.16.0] - 2021-10-11 (2022-02-23)
- First released as @codingame/monaco-languageclient@0.16.0 on specified date
- Release of monaco-languageclient@0.15.1 was made available on date in brackets
- Updated
monaco-editor-coreversion to0.29.0 - Async resolve code actions #294
[0.15.1] - 2021-09-20 (2022-02-23)
- First released as @codingame/monaco-languageclient@0.15.1 on specified date
- Release of monaco-languageclient@0.15.1 was made available on date in brackets
- Resolve code actions #290
- Release
0.15.0was skipped
[0.14.0] - 2021-08-05 (2022-02-23)
- First released as @codingame/monaco-languageclient@0.14.0 on specified date
- Release of monaco-languageclient@0.14.0 was made available on date in brackets
- Upgraded to Monaco 0.22.3
Breaking changes
MonacoServicesnow takes themonacoobject instead of theCommandRegistry
before:
MonacoServices.install(require('monaco-editor-core/esm/vs/platform/commands/common/commands').CommandsRegistry);
after:
import - as monaco from 'monaco-editor-core'
MonacoServices.install(monaco);
MonacoServicesshould now be installed using the command registry instead of the editor
before:
const editor = monaco.editor.create(...);
MonacoServices.install(editor);
after:
MonacoServices.install(require('monaco-editor-core/esm/vs/platform/commands/common/commands').CommandsRegistry);
0.13.0 - 2020-04-06
- Upgraded to vscode-uri 2.x 741a3df
0.12.0 - 2020-03-19
- Upgraded to Monaco 0.19.1 #199
0.11.0 - 2020-01-23
- Upgraded to Monaco 0.18.1 #178
0.10.2 - 2019-09-10
- register language features regardless whether a language is registered (https://github.com/TypeFox/monaco-languageclient/commit/0559be6c20744182ede699f594fdbe6d9f3d7145)
0.10.1 - 2019-09-04
- aligned CompletionItemKind with Monaco 0.17.0 #174
0.10.0 - 2019-08-26
- upgraded to LSP 5.3.0 and Monaco 0.17.0
Breaking changes
Switch to es6 from es5. For clients who cannot migrate to es6 please use babel to transpile Monaco and LSP to es5.
- to configure babel wit webpack:
{
test: /\\.js$/,
// include only es6 dependencies to transpile them to es5 classes
include: /monaco-languageclient|monaco-jsonrpc|vscode-jsonrpc|vscode-languageserver-protocol|vscode-languageserver-types|vscode-languageclient/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env'],
plugins: [
// reuse runtime babel lib instead of generating it in each js file
'@babel/plugin-transform-runtime',
// ensure that classes are transpiled
'@babel/plugin-transform-classes'
],
// see https://github.com/babel/babel/issues/8900#issuecomment-431240426
sourceType: 'unambiguous',
cacheDirectory: true
}
}
}
0.9.0 - 2018-09-06
- use monaco-editor-core as a dev dependency to allow alternative implementations #119
Breaking changes
Clients have to explicitly declare a dependency to monaco-editor-core or another package providing Monaco:
monaco-editor-coreis tree shaked to get rid of unused VS Code's code.- @typefox/monaco-editor-core is a not tree-shaked alternative.
0.8.0 - 2018-09-04
- updated dependency to Monaco 0.14.x, with adaptation for breaking changes from monaco #107 - thanks to @Twinside
- ensure that SignatureHelp and SignatureHelp has non-null arrays #112 - thanks to @rcjsuen
0.7.3 - 2018-08-30
- fixed folding ranges conversion - 12d8c91
- implement
toJSONfor workspace configurations - 9e50a48 - fixed markdown conversion #103
0.7.2 - 2018-08-02
- amd distribution (#97) - thanks to @zewa666
- updated dependency to Monaco 0.13.2 (#100)
- register providers only for languages matching the documentSelector (#101) - thanks to @gins3000
0.7.0 - 2018-07-31
Updated to vscode-languageclient 4.4.0 to support LSP 3.10.0 features like hierarchical document symbols, go to type defition/implementation, workspace folders and document color provider (#89).
Breaking changes
In order to use vscode-languageclient directly the compatibility layer was implemented for subset of vscode APIs used by the client:
-
vscode-compatibilityshould be used as an implementation ofvscodemodule at the runtime- to adjust module resolution with
webpack:
resolve: { alias: { 'vscode': require.resolve('monaco-languageclient/lib/vscode-compatibility') } }register-vscodeshould be required once to adjust module resolution withNode.js, for example to stubvscodeAPIs for Mocha tests:
--require monaco-languageclient/lib/register-vscode - to adjust module resolution with
-
MonacoLanguageClientshould be used instead ofBaseLanguageClient -
MonacoServicesshould be installed globally to be accessible forvscode-compatibilitymodule, not per a language client- for the use case with a single standalone editor:
import { MonacoServices } from 'monaco-languageclient'; MonacoServices.install(editor);- to support sophisticated use cases one can install custom Monaco services:
import { MonacoServices, Services } from 'monaco-languageclient'; const services: MonacoServices = { worspace, languages, commands, window }; Services.install(services);
0.6.0 - 2018-04-18
- updated dependency to Monaco 0.12 (#70)
- support
CompletionItem'sadditionalTextEditsproperty (#39) - convert
monaco.MarkerSeverity.Hintvalues toDiagnosticSeverity.Hint(#71)
0.4.0 - 2018-02-13
- add support for
textDocument/documentLinkanddocumentLink/resolve(#53) - state that
workspace/applyEditis supported in the capabilities (#55) - state that versioned changes are supported in a
WorkspaceEdit(#56) - replaced
monaco-editorwithmonaco-editor-core(#58)
0.3.0 - 2018-02-08
- fix handling of
codeLens/resolveif no provider exists (#46) - removed
monaco-editor-coredependency, keeping onlymonaco-editor(#42) - fix typings in
glob-to-regexp(#49)
0.2.1 - 2018-01-14
- allow a
rootUrito be set withcreateMonacoServices(#31)
0.2.0 - 2017-08-30
- handle
numbervalue of zero in aDiagnostic'scode(#14) - add support to lazily load Monaco (#19)
- add support for
textDocument/codeActionsandworkspace/executeCommand(#21) - updated dependency to Monaco 0.10 (#29)
0.1.0 - 2017-0
- initial 0.1.0 release, depends on Monaco 0.9.0