[all-commits] [llvm/llvm-project] 9b71ec: [clangd][vscode] Get rid of the deprecated vscode ...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Thu Jan 30 02:37:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b71ec899a1554210ec66756681c047a52866d39
https://github.com/llvm/llvm-project/commit/9b71ec899a1554210ec66756681c047a52866d39
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
M clang-tools-extra/clangd/clients/clangd-vscode/package.json
M clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
A clang-tools-extra/clangd/clients/clangd-vscode/test/runTest.ts
Log Message:
-----------
[clangd][vscode] Get rid of the deprecated vscode module in the extension.
Summary:
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
Reviewers: sammccall
Subscribers: dschuff, ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73624
More information about the All-commits
mailing list