Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Make the README a little prettier (#1949)
Browse files Browse the repository at this point in the history
* Make the README a little prettier

* Remove vscode.png

* Image float right

* Go back to regular title; scale image 75%
  • Loading branch information
Shayne Fletcher authored and garyverhaegen-da committed Sep 10, 2019
1 parent 9a45c0d commit 205cce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# `hie-core` (Haskell IDE Core)
# `hie-core` (Haskell IDE engine)

Our vision is that you should build an IDE by combining:


<img style="float:right;" src="img/vscode2.png"/>

* [`hie-bios`](https://github.com/mpickering/hie-bios) for determining where your files are, what are their dependencies, what extensions are enabled and so on;
* `hie-core` (i.e. this library) for defining how to type check, when to type check, and producing diagnostic messages;
* A bunch of plugins that haven't yet been written, e.g. [`hie-hlint`](https://github.com/ndmitchell/hlint) and [`hie-ormolu`](https://github.com/tweag/ormolu), to choose which features you want;
Expand Down Expand Up @@ -46,7 +49,7 @@ Once you have got `hie-core` working outside the editor, the next step is to pic

### Using with VS Code

Install the VS code extension
Install the VS code extension (see https://code.visualstudio.com/docs/setup/mac for details on adding `code` to your `$PATH`):

1. `cd compiler/hie-core/extension`
2. `npm ci`
Expand Down
Binary file added img/vscode2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 205cce9

Please sign in to comment.