Add steps to build and run from source (#2)

pull/3/head
Michal Niewrzal 2016-09-01 15:07:24 +02:00 committed by Felix Becker
parent 564e6e12af
commit 0c6ab3d391
1 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,17 @@ instead of relying on naive regular expression parsing.
- Hover - Hover
- Follow composer autoloading - Follow composer autoloading
## Build and Run From Source
Clone whole repository and in root directory execute:
```bash
composer install
npm install
npm run compile
```
To install it in VS Code copy extension directory to **.vscode/extensions**.
[Install extension in VS Code](https://code.visualstudio.com/docs/extensions/install-extension)
## Contributing ## Contributing
This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP [in its own repository](https://github.com/felixfbecker/php-language-server). This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP [in its own repository](https://github.com/felixfbecker/php-language-server).