Update banner color and README

This commit is contained in:
Julien Lengrand-Lambert
2018-08-17 12:49:20 +02:00
parent 9f34cfe275
commit dbc50b969f
3 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
# Change Log
## [0.1.1]
- Update banner background color
## [0.1.0]
- Initial release. Please consider this an Alpha release.
- Allows for signatures list and filtering

View File

@@ -2,6 +2,8 @@
`vscode-elm-signature` provides [hoogle](https://www.haskell.org/hoogle/) like functionality to your Elm projects. **You can use it to search your codebase to search by function name, or type signature**.
You can install **[**the extension here](https://marketplace.visualstudio.com/items?itemName=jlengrand.vscode-elm-signature)**.
This project si still in a very early phase and should be used with caution. See below for a list of current limitations.
## Features
@@ -39,8 +41,7 @@ However, in short :
## Release Notes
This extension is not officially released yet.
See the [Release Notes](CHANGELOG.md)
## Contributing and copyright

View File

@@ -2,7 +2,7 @@
"name": "vscode-elm-signature",
"displayName": "elm-signature",
"description": "elm-signature provides hoogle like functionality to your Elm projects. You can use it to search your codebase to search by function name, or type signature",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"publisher": "jlengrand",
"author": {
@@ -16,8 +16,8 @@
],
"icon": "images/elm.png",
"galleryBanner": {
"color": "#5A6378",
"theme": "dark"
"color": "#eff1f3",
"theme": "light"
},
"repository": {
"type": "git",