Moritz Kiefer
58b997d1aa
Prepare for new releases ( #173 )
...
* Prepare for new releases
* More accurate changelog
2019-10-20 17:57:34 -04:00
Moritz Kiefer
5febbcbc48
Fix progress reporting ( #153 )
...
* Fix progress reporting
* Bump haskell-lsp and lsp-test revisions
* Change client name
* Fix typo
* Bump revisions
2019-10-17 11:11:52 +02:00
Moritz Kiefer
37f19935e2
Update extension metadata ( #132 )
...
That’s the publisher we use for uploading the DAML extension and it
makes little sense to have two publishers.
2019-09-25 10:23:27 +02:00
Robert Hensing
0fc96368d3
migrate to new @types/vscode, add vsce devDependency
...
The vscode library is deprecated in favor of @types/vscode.
See https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode
This also add vsce as a devDependency, so you don't need to install
it globally. Instead you can run it via npm run vscepackage. This
simplifies the README (or future "hacking" instructions when the
extension is published)
2019-09-13 13:16:38 +02:00
Alexander Diemand
67b4d40af4
added unlit stage for literate Haskell source files
...
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
2019-09-11 11:56:26 +02:00
Ganesh Sittampalam
87c68e1029
ghcide: support hs-boot files ( #2827 )
2019-09-10 15:01:33 +02:00
Moritz Kiefer
5da86c3e44
Rename hie-core to ghcide ( #2820 )
...
* Rename hie-core to ghcide
The name `hie-core` has caused a lot of confusion as to how we relate
to haskell-ide-engine so changing it should hopefully help with that.
I also think that ghcide is still a good name once we hopefully
integrate with haskell-ide-engine more closely.
The name ghcide seems to have a reasonable amount of support on
Twitter https://twitter.com/ndm_haskell/status/1170681262987710464
which is of course the only good way to come up with names.
* Add a readme that points people to the new directory.
* Fix bogus replacements
* Use a proper link
* links are hard
2019-09-10 15:01:29 +02:00
Gary Verhaegen
10c59a01c2
update copyright notices ( #2499 )
2019-09-10 14:52:17 +02:00
Neil Mitchell
036e3d0002
Rename haskell-ide-core to hie-core ( #1809 )
...
* Rename haskell-ide-core as hie-core, after discussions with Alan Zimmerman and others
* Update the readme to just say how to install
2019-09-10 14:52:17 +02:00
DavidM-D
79d712397b
Hic elisp ( #1714 )
...
* Added elisp to the readme
* Changed the flags for compatibility with HIE
* Change the default arguments to reflect hie compat
2019-06-18 14:10:52 +02:00
Neil Mitchell
f7cff7c3c8
Describe how to install the IDE ( #1686 )
...
* Add more package.json attributes
* Rename ide-demo to haskell-ide-core
* Change the default flags for the IDE
* Update the README with how to install things
2019-06-15 13:23:59 +02:00
Neil Mitchell
e823c5d431
Add IDE Readme ( #1678 )
...
* Add .vscode settings that are useful for making it easier to build
* Ignore the extension output
* Add a README that describes how to start the IDE
2019-06-14 18:10:13 +02:00
DavidM-D
d6c55d6749
Initial commit of bare bones haskell extension ( #1674 )
...
* Initial commit of bare bones haskell extension
* Removed dummy tests
* Added highlighting extension as dependency
* Added copyright header
2019-06-14 15:12:56 +00:00