Landon Abney
Landon Abney
The current API is focused around the workflow of entirely clearing the Providers then adding a new list each time it is updated. There _is_ a `.remove()` method, but utilizing...
[Enter steps to reproduce below:] 1. Enable this package in Atom v1.7.0-beta0 2. Open a project that uses SVN as it's VCS **Atom Version**: 1.7.0-beta0 **System**: Microsoft Windows 10 Enterprise...
It would be helpful for seeing the state of the code at specific versions if each of them were tagged here in the repo instead of just released on NPM....
### Prerequisites _I can't check this as I doubt anyone that has hit this has done so in safe mode._ * [ ] Put an X between the brackets on...
### Description When Atom is closed an error is printed to the CLI it was launched from about an attempt to call to a renderer window that has been closed....
JavaScript, for some reason, allows the ` `/`\u2028` (Line separator) character to delineate new lines in source code. `tree-sitter-javascript` should support this and allow Atom to interpret those characters as...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
Add an ESLint configuration using `eslint-config-airbnb-base`. For the moment this is only linting the specs.
### Before Submitting * Have you installed an "ide-" language package? atom-ide-ui provides no functionality out-of-the box unless you've installed a suitable package. * If your issue is language-specific, please...
### Description `atom-ide-ui` is only considering the file's grammar scope, not the scopes at the cursor position(s). ### Expected Behavior `atom-ide-ui` should respect a Linter provider's `grammarScopes` property. The _contents_...