VSCode是否支持自LSP 3.16引入以来的多行Token支持?

acruukt9  于 2个月前  发布在  Vscode
关注(0)|答案(1)|浏览(33)

LSP协议现在支持多行标记,详见:https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens

/**
 * Whether the client supports tokens that can span multiple lines.
*/
multilineTokenSupport?: boolean;

计划让vscode支持多行标记以遵循最新的LSP协议吗?

piwo6bdm

piwo6bdm1#

关于2020年的评论,请与alexdima联系:#86415(评论)

相关问题