sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land.
================ Comment at: clangd/clients/clangd-vscode/README.md:16 +To use `vscode-clangd` extension in VS Code, you need to install `vscode-clangd` +from VS Code extension marketplace. + ---------------- The fact that you need to install `clangd` seems to belong here, not as "configuration". ================ Comment at: clangd/clients/clangd-vscode/README.md:39 +* VS Code +* nodejs and npm + ---------------- node.js ================ Comment at: clangd/clients/clangd-vscode/package.json:46 + "repository": { + "type": "git", + "url": "https://github.com/llvm-mirror/clang-tools-extra/tree/master/clangd/clients/clangd-vscode" ---------------- use the SVN path? npm says this should be a machine readable SCM url, which these github web urls aren't. consider adding homepage/bugtracker, which are also shown on the marketplace page: https://marketplace.visualstudio.com/items?itemName=tht13.python Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D41391 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits