[PATCH] D73624: [clangd][vscode] Get rid of the deprecated vscode module in the extension.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 06:44:54 PST 2020
hokein created this revision.
hokein added a reviewer: sammccall.
Herald added subscribers: usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov, dschuff.
Herald added a project: clang.
hokein updated this revision to Diff 241144.
hokein added a comment.
add trailing blank line.
The vscode module has been deprecated, and it doesn't work anymore after
we require the minimal VSCode version 1.41.0, this patch migrate to the
new @type/vscode and vscode-test modules, see
https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73624
Files:
clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
clang-tools-extra/clangd/clients/clangd-vscode/package.json
clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
clang-tools-extra/clangd/clients/clangd-vscode/test/runTest.ts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73624.241144.patch
Type: text/x-patch
Size: 103423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200129/683d14a3/attachment-0001.bin>
More information about the cfe-commits
mailing list