Landon Abney

Results 429 comments of Landon Abney

@codemeleon I believe this has been unpublished from APM, see https://github.com/mehcode/atom-minimap-plus/issues/7 for more information. The gist of it is that `minimap` accepted @mehcode as a collaborator on the repo and...

I had this problem back when I first tried this, from what I remember of my investigation then for some reason the `*.bat` wrapper scripts weren't getting created for the...

@SphinxTwo The entire point of `cash-global` is so you don't have to type `cash` before using the commands 😛.

You can't accidentally publish a release that isn't passing the builds, also you don't have to deal with it :wink:.

Hah! That does solve it here since this is just an NPM package, not APM like the actual providers.

Once this is implemented the caching logic in https://github.com/steelbrain/linter-ui-default/pull/401 can be removed.

Confirmed that this only shows when opening a project that uses SVN as its VCS btw.

> Btw the link above https://github.com/tree-sitter/tree-sitter-python/blob/master/properties/highlights.css is not relevant at all That link is relevant for creating a language package for Atom, but not relevant for the Tree-sitter grammar itself...

For a less roundabout reference, this is _likely_ caused by https://github.com/atom/superstring/issues/52.

What would this do that `getConfigForFile` doesn't already do? The linked issue doesn't appear to have anything to do with `--print-config`, so maybe I'm simply getting confused by that as...