Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.08 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.08 KB

install-from-gh-to-vscode

Lib for VS Code extensions installing executables from GitHub

VS Code extensions can use it to get an executable from a GitHub release. This lib is the generalized way of getting the clangd executable to the clang/vscode-clangd to VS Code at runtime.

Forked from clangd/node-clangd@2109d30 with the following changes for VS Code:

Thank you for the clangd developers. ❤️