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
|
# Change Log
|
||||||
|
|
||||||
|
## [0.1.1]
|
||||||
|
- Update banner background color
|
||||||
|
|
||||||
## [0.1.0]
|
## [0.1.0]
|
||||||
- Initial release. Please consider this an Alpha release.
|
- Initial release. Please consider this an Alpha release.
|
||||||
- Allows for signatures list and filtering
|
- 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**.
|
`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.
|
This project si still in a very early phase and should be used with caution. See below for a list of current limitations.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@@ -39,8 +41,7 @@ However, in short :
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
This extension is not officially released yet.
|
See the [Release Notes](CHANGELOG.md)
|
||||||
|
|
||||||
|
|
||||||
## Contributing and copyright
|
## Contributing and copyright
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "vscode-elm-signature",
|
"name": "vscode-elm-signature",
|
||||||
"displayName": "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",
|
"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",
|
"license": "MIT",
|
||||||
"publisher": "jlengrand",
|
"publisher": "jlengrand",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
],
|
],
|
||||||
"icon": "images/elm.png",
|
"icon": "images/elm.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#5A6378",
|
"color": "#eff1f3",
|
||||||
"theme": "dark"
|
"theme": "light"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user