mirror of
https://github.com/jlengrand/vscode-elm-signature.git
synced 2026-03-10 08:51:17 +00:00
Update banner color and README
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user