monaco-languageclient
Advanced tools
Comparing version 6.4.4 to 6.4.5
@@ -5,2 +5,7 @@ # Changelog | ||
## [6.4.5] - 2023-08-30 | ||
- Use direct `monaco-editor` imports | ||
- Make examples publicly available | ||
## [6.4.4] - 2023-08-24 | ||
@@ -7,0 +12,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { editor } from 'monaco-editor/esm/vs/editor/editor.api.js'; | ||
import { editor } from 'monaco-editor'; | ||
import { LogLevel } from 'vscode/services'; | ||
@@ -3,0 +3,0 @@ import type { OpenEditor } from 'vscode/service-override/editor'; |
@@ -5,3 +5,3 @@ /* -------------------------------------------------------------------------------------------- | ||
* ------------------------------------------------------------------------------------------ */ | ||
import { Uri } from 'monaco-editor/esm/vs/editor/editor.api.js'; | ||
import { Uri } from 'monaco-editor'; | ||
import { ILogService, initialize as initializeMonacoService, StandaloneServices } from 'vscode/services'; | ||
@@ -8,0 +8,0 @@ import { initialize as initializeVscodeExtensions } from 'vscode/extensions'; |
{ | ||
"name": "monaco-languageclient", | ||
"version": "6.4.4", | ||
"version": "6.4.5", | ||
"description": "Monaco Language client implementation", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -6,3 +6,3 @@ /* -------------------------------------------------------------------------------------------- | ||
import { editor, Environment, Uri } from 'monaco-editor/esm/vs/editor/editor.api.js'; | ||
import { editor, Environment, Uri } from 'monaco-editor'; | ||
import { ILogService, initialize as initializeMonacoService, LogLevel, StandaloneServices } from 'vscode/services'; | ||
@@ -9,0 +9,0 @@ import { initialize as initializeVscodeExtensions } from 'vscode/extensions'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60971