Skip to content

Commit

Permalink
Description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Kuru committed Mar 10, 2022
1 parent 6358aad commit 33a8128
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# Akinon CodeLens

Akinon CodeLens makes it easy to find missing language resources, provides various Code Actions, Hover Information, and tips for you to add or edit the language resources.

## Build
It can be made to work in various projects by changing the regex information and glob pattern.

- Install dependencies with `npm install`
- Run `vsce package` to create a package.vsix file.



# Extension link
VS Code Extension: [Akinon CodeLens](https://marketplace.visualstudio.com/items?itemName=mustafa-kuru.akinon-codelens)


## Demo
![Demo](/demo.gif)



## Settings

change git remote origin address:

#### `enableCodeLens`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "akinon-codelens",
"displayName": "Akinon CodeLens",
"description": "Akinon CodeLens is a CodeLens extension for CodeLens that adds a new command to the CodeLens menu to show the code of the selected code lens.",
"description": "Akinon CodeLens makes it easy to find missing language resources, provides various Code Actions, Hover Information, and tips for you to add or edit the language resources.",
"version": "1.0.0",
"publisher": "mustafa-kuru",
"author": {
Expand Down

0 comments on commit 33a8128

Please sign in to comment.