vscode-lsif-extension
Extension for a LSIF Server
File Explorer
Download Latest Version (.zip)- launch.json
- settings.json
- tasks.json
- extension.ts
- package-lock.json
- package.json
- tsconfig.json
- jsonrpc.db
- jsonrpc.lsif
- blobStore.ts
- database.ts
- files.ts
- graphStore.ts
- is.ts
- jsonStore.ts
- lsifServer.ts
- protocol.compress.ts
- test.ts
- package-lock.json
- package.json
- tsconfig.json
- .eslintignore
- .eslintrc.json
- .gitattributes
- .gitignore
- .vscodeignore
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
- SECURITY.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/microsoft/vscode-lsif-extension
Downloads the entire project code from GitHub to your computer.
cd vscode-lsif-extension
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
