File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,21 @@ with [VSCode](https://github.com/neoclide/coc.nvim).
99Installation
1010------------
1111
12- The package isn't published yet on the "marketplace" so:
12+ ### Normal Installation
1313
14- 1 . Install [ yarn] ( https://classic.yarnpkg.com/en/docs/install ) and [ npm] ( https://www.npmjs.com/get-npm ) .
14+ 1 . Download the ` phpactor.vsix ` file from the [ lastest release] ( https://github.com/phpactor/vscode-phpactor/releases/latest )
15+ 2 . Run ` code --install-extension /path/to/phpactor.vsix `
16+
17+ ### Development Installation
18+
19+ For development it is easier
20+
21+ 1 . Install [ npm] ( https://www.npmjs.com/get-npm ) .
15222 . Install typescript: ` npm install -g typescript `
16233 . Git clone this package
17244 . ` npm install `
18- 5 . ` yarn build `
19- 6 . ` cd ~/.vscode/extensions ` . If running [ VS Code server on WSL] ( https://code.visualstudio.com/docs/remote/wsl ) : ` cd ~/.vscode-server/extensions `
20- 7 . ` ln -s /path/to/vscode-phpactor `
25+ 5 . ` cd ~/.vscode/extensions ` . If running [ VS Code server on WSL] ( https://code.visualstudio.com/docs/remote/wsl ) : ` cd ~/.vscode-server/extensions `
26+ 6 . ` ln -s /path/to/vscode-phpactor `
2127
2228Phpactor should then be enabled the next time you start VS code.
2329
You can’t perform that action at this time.
0 commit comments