fix(lsp): announce normalizesLineEndings capability (#34175)

This commit is contained in:
Maria José Solano
2025-05-25 15:04:38 -07:00
committed by GitHub
parent 52868977ae
commit 4db58f78b4

View File

@ -551,6 +551,7 @@ function protocol.make_client_capabilities()
applyEdit = true,
workspaceEdit = {
resourceOperations = { 'rename', 'create', 'delete' },
normalizesLineEndings = true,
},
semanticTokens = {
refreshSupport = true,