Amin Ya
Amin Ya
It works with atom-typescript. The strange thing is that if I show a signature help using atom-typescript, then if I do it in python, it works. There might be some...
`atom-languageclient` has no functionality without `atom-ide-base`. We can use `atom-package-deps` to install `atom-ide-base` inside the `activate` function of `AutoLanguageClient`. This will fix many issues all around the ecosystem in which...
The tests in the `atom-languageclient` can be refactored and generalized as a language client test library (independent of an exact server). This will make it possible for the clients to...
### Description of the change This adds a step to the release CI that uploads the ready bootstrapped repository. This provides a ready development environment for people to start hacking...
Upstream
## Summary We should probably drop the support for Windows 32-bit. ## Motivation - Most of the tools have already done that. It is hard to support it without the...
Continuation of #403 and #399. Please read the descriptions of those PRs first.
### Edit: turns out `npm ci` deletes all the restored cache. This PR means we should decide between the reliability of CI vs the time it takes to bootstrap We...