coala-vs-code
coala-vs-code copied to clipboard
A visual studio code plugin working via Language Server
Currently at 95% 100% is reachable.
Add a file named `PULL_REQUEST_TEMPLATE.md` which includes general information and guidelines for the author of Pull Request, you can see PULL_REQUEST_TEMPLATE.md of `coala` repository for reference. label: initiatives/gci Opened by...
Add a file named `ISSUE_TEMPLATE.md` which includes general information and guidelines for issue reporter, you can see ISSUE_TEMPLATE.md of `coala` repository for reference. label: initiatives/gci Opened by @Monal5031 at [gitter//Monal5031](https://gitter.im//Monal5031?at=59f33c9eb20c642429556b85)
When `npm run test` is run, it causes a: ``` TypeError: Cannot read property 'dispose' of null at LanguageClient.cleanUp (/home/ksdme/Work/gsoc/coala-vs-code/node_modules/vscode-languageclient/lib/main.js:647:30) at LanguageClient.stop (/home/ksdme/Work/gsoc/coala-vs-code/node_modules/vscode-languageclient/lib/main.js:621:14) at LanguageClient.handleConnectionError (/home/ksdme/Work/gsoc/coala-vs-code/node_modules/vscode-languageclient/lib/main.js:882:18) at errorHandler (/home/ksdme/Work/gsoc/coala-vs-code/node_modules/vscode-languageclient/lib/main.js:744:19) at...
Now we have some issues in `linelength, autopep8` and other sections, we should fix them.
If it wasnt already, https://github.com/coala/coala-vs-code/pull/34 made this project Python 3.4+ only. That should be documented in the README.md.
There are three types of test cases needed. - [x] Server side unit test - [ ] Client side unit test - [ ] Integration test supported by vs code....
There is commented out code in [langserver.py](https://github.com/coala/coala-vs-code/blob/bd12657/coala_langserver/langserver.py#L76) which may be useful.
There is commented out code in [langserver.py](https://github.com/coala/coala-vs-code/blob/bd12657/coala_langserver/langserver.py#L76) which may be useful.
I downloaded this plugin from the vscode marketplace, expecting it to "just work", sadly this isn't the case. I'm quite new to coala so please excuse any ignorance. My project...