forked from OSchip/llvm-project
![]() Summary: The URI conversion logic was returning 'undefined' when going from server to VSCode which broke the Go to Definition functionality. Reviewers: krasimir Reviewed By: krasimir Subscribers: cfe-commits Tags: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D35215 llvm-svn: 307715 |
||
---|---|---|
.. | ||
.vscode | ||
src | ||
test | ||
.gitignore | ||
.vscodeignore | ||
README.txt | ||
package.json | ||
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>.