Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guochao committed Jun 9, 2021
1 parent 91a4e83 commit e743283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "https://github.com/jimmygc/linenote-codelens.git",
"displayName": "Note Line in Codelens",
"description": "note line in codelens",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "jimmygc",
"engines": {
"vscode": "^1.26.0"
Expand Down Expand Up @@ -104,12 +104,12 @@
{
"command": "linenotecodelens.openNote",
"group": "linenote@1",
"when": "lineNote.showAddNoteCommand"
"when": "lineNote.showAddNoteCommand"
},
{
"submenu": "linenote.editor.context",
"group": "linenote@2",
"when": "lineNote.showModNoteCommand"
"when": "lineNote.showModNoteCommand"
}
],
"linenote.editor.context": [
Expand Down

0 comments on commit e743283

Please sign in to comment.