Skip to content

Commit

Permalink
Update troubleshooting docs to explain #739
Browse files Browse the repository at this point in the history
It's unlikely caktux/language-ethereum#13 will ever be merged, since the
package appears well-and-truly abandoned by its author.

References: #708, #718
  • Loading branch information
Alhadis committed May 19, 2018
1 parent 79a8486 commit 2e1cc19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@ It's probably a caching issue. Do the following:



<a name="ruby-files-look-weird"></a>
#### Ruby files are showing the [wrong font][14]:
If [`language-ethereum`][15] is installed, remove it.
This is a [known issue][16] with the package, which is no longer maintained.
For Solidity support, use [`linter-solidity`][17] or [`language-solidity`][18] instead.

If `language-ethereum` *isn't* installed, please [follow these steps][19] and file an issue.



<a name="the-tree-views-files-are-borked"></a>
#### The tree-view's files are borked and [look like this][6]:
If you haven't restarted Atom since upgrading to [File-Icons v2][v2.0], do so now.
Expand Down Expand Up @@ -268,4 +278,10 @@ API in `v2` thanks to [Alhadis][11]! Also thanks to all the [contributors][9].
[11]: https://github.com/Alhadis
[12]: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors
[13]: https://github.com/file-icons/atom#integration-with-other-packages
[14]: https://user-images.githubusercontent.com/4875955/40267919-1829d17e-5b65-11e8-9ea4-974a6bd79c37.png
[15]: https://atom.io/packages/language-ethereum
[16]: https://github.com/caktux/language-ethereum/pull/13
[17]: https://atom.io/packages/linter-solidity
[18]: https://atom.io/packages/language-solidity
[19]: https://github.com/file-icons/atom/issues/708#issuecomment-366959765
[v2.0]: https://github.com/file-icons/atom/releases/tag/v2.0.0

0 comments on commit 2e1cc19

Please sign in to comment.