-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @volar/monaco to v2 #210
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
bcb3f12
to
e4a37d1
Compare
e4a37d1
to
70b4cca
Compare
70b4cca
to
901cd3e
Compare
901cd3e
to
41a4239
Compare
41a4239
to
eac44f0
Compare
eac44f0
to
f6b913e
Compare
f6b913e
to
85f4425
Compare
85f4425
to
1220cb0
Compare
1220cb0
to
3ebac89
Compare
3ebac89
to
332dc2b
Compare
332dc2b
to
18b3176
Compare
18b3176
to
d798363
Compare
d798363
to
8675796
Compare
8675796
to
3df6620
Compare
3df6620
to
50499d5
Compare
50499d5
to
582a9ed
Compare
582a9ed
to
341850b
Compare
341850b
to
f8c8fdd
Compare
f8c8fdd
to
d7cb05a
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
~1.11.1
->~2.3.0
Release Notes
volarjs/volar.js (@volar/monaco)
v2.3.0
Compare Source
Features
Bug Fixes
Performance
searchExternalFiles
if extra extensions are emptyRefactors
setup
option forcreateLanguageServicePlugin
,createAsyncLanguageServicePlugin
LanguagePlugin
now requires the first generic parameter to specify the script ID typeupdateVirtualCode
is now optional, if not provided,createVirtualCode
is always called to update source scriptcreateTypeScriptProjectProvider
has been renamed tocreateTypeScriptProject
createSimpleProjectProvider
has been renamed tocreateSimpleProject
@vscode/l10n
InitializationOptions
interfaceLanguageServiceEnvironment#workapceFolder
is now a URI array and has been renamed toworkspaceFolders
provideAutoInsertionEdit
has been renamed toprovideAutoInsertSnippet
LanguageService
API name formatv2.2.5
Compare Source
Features
v2.2.4
Compare Source
Bug Fixes
v2.2.3
Compare Source
Bug Fixes
v2.2.2
Compare Source
Bug Fixes
isRenameEnabled
respectCodeInformation.navigation.shouldRename
v2.2.1
Compare Source
Features
Bug Fixes
v2.2.0
Compare Source
Features
Bug Fixes
runTsc
cannot display source code for errors vuejs/language-tools#4099runTsc
cannot display source code for errors with--incremental
#158 #162 - Thanks @wangshunnn.d.ts
filePerformance
runTsc
performance regression since 2.0 vuejs/language-tools#4238runTsc
cache module resolution result vuejs/language-tools#4177Refactors
ConfigurationHost
abstractonDidChangeConfiguration
ServiceContext.inject
method return nullabledecorateLanguageServiceHost
less side effects #160CodeInformation
properties optionalv2.1.6
Compare Source
Bug Fixes
v2.1.5
Compare Source
Bug Fixes
GetVirtualCodeRequest
incorrectly responses empty vritual code if no mappingsv2.1.4
Compare Source
Features
updateTextDocument
,updateConfiguration
,didChangeWatchedFiles
Bug Fixes
v2.1.3
Compare Source
Bug Fixes
Other Changes
SemanticToken
tuple membersStatusBarItem
toLanguageStatusItem
v2.1.2
Compare Source
Bug Fixes
v2.1.1
Compare Source
Bug Fixes
locale
option #142Refactors
v2.1.0
Compare Source
Features
@volar/language-service
, but instead calculated and passed asinitialIndentLevel
, which is then reliably handled by ServicePlugin for additional indentation in specific languages.provideDocumentFormattingEdits
andprovideOnTypeFormattingEdits
APIs now accept theEmbeddedCodeFormattingOptions
parameter, which includesinitialIndentLevel
.ServicePlugin.provideFormattingIndentSensitiveLines
API.volar.format.initialIndent
editor setting.ServicePlugin.resolveEmbeddedCodeFormattingOptions
API, allowing downstream tools to modify theinitialIndentLevel
passed to ServicePlugin based on custom settings (replacingvolar.format.initialIndent
).Refactors
ClientCapabilities
param forinitialize()
APIsendDocumentRangeFormattingRequestRequest()
andshutdown()
APIcreateSimpleProjectProvider
has been renamed tocreateSimpleProjectProviderFactory
and needs to be invoked with no arguments.createTypeScriptProjectProvider
has been renamed tocreateTypeScriptProjectProviderFactory
and needs to be invoked with a TS module as an argument.typescript#tsdk
,typescript#tsdkUrl
,ignoreTriggerCharacters
initialization options.fullCompletionList
initialization option. #139provideDiagnosticMarkupContent
API.Bug Fixes
pushDiagnostics
should not be notified when closing a file if server push diagnostics are not enabledprovideSelectionRanges
API multiple result merging method is inconsistent with VSCodeprovideDocumentSemanticTokens
API'srange
param is not mapped to virtual codeprovideDocumentFormattingEdits
API'srange
param is not accurately mapped to virtual code #136openInMemoryDocument()
insertText
andrange
properties of completion item not converted correctlyv2.0.4
Compare Source
Features
Bug Fixes
v2.0.3
Compare Source
Features
Bug Fixes
v2.0.2
Compare Source
Bug Fixes
@volar/language-service
allowNonTsExtensions
is not setv2.0.1
Compare Source
Features
FileRegistry
inproxyCreateProgram()
#128Bug Fixes
currentLabsVersion
to2
lib/quickstart/create(Async)TSServerPlugin
, please uselib/quickstart/create(Async)LanguageServicePlugin
instead ofv2.0.0
Compare Source
Please refer to #85 for details.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.