llvm-project/clang-tools-extra/clangd/clients/clangd-vscode
Krasimir Georgiev af4adfa3ad [clangd] Add support for vscode extension configuration
Summary: Adds vscode workspace level configuration options for path to clangd binary and its arguments.
Contributed by stanionascu!

Reviewers: cfe-commits, bkramer, krasimir

Reviewed By: krasimir

Differential Revision: https://reviews.llvm.org/D31121

llvm-svn: 298696
2017-03-24 09:29:00 +00:00
..
.vscode
src [clangd] Add support for vscode extension configuration 2017-03-24 09:29:00 +00:00
test
.gitignore
.vscodeignore
README.txt
package.json [clangd] Add support for vscode extension configuration 2017-03-24 09:29:00 +00:00
tsconfig.json
vsc-extension-quickstart.md

README.txt

A *toy* VS Code integration for development purposes.

Steps:
1. Make sure you have clangd in /usr/bin/clangd or edit src/extension.ts to
point to the binary.
2. Make sure you have nodejs and npm installed.
3. Make sure you have VS Code installed.
4. In order to start a development instance of VS code extended with this, run:
   $ npm install
   $ code .
   When VS Code starts, press <F5>.