This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Update lsp dependencies to pickup the progress support in LSP 3.15
ClosedPublic

Authored by hokein on Jan 29 2020, 2:17 AM.

Diff Detail

Event Timeline

hokein created this revision.Jan 29 2020, 2:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2020, 2:17 AM

Unit tests: pass. 62283 tests passed, 0 failed and 827 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

sammccall accepted this revision.Jan 29 2020, 3:11 AM

LG. (The internal google mirror of VSCode is stuck at 1.38, but this should just fail to update the extension I think)

This revision is now accepted and ready to land.Jan 29 2020, 3:11 AM
hokein updated this revision to Diff 241097.Jan 29 2020, 3:36 AM

update the required minimal vscode version.

This revision was automatically updated to reflect the committed changes.

Unit tests: pass. 62283 tests passed, 0 failed and 827 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.