Skip to content

Commit 259bb63

Browse files
committed
Updated README and package.json
1 parent b4b3882 commit 259bb63

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This is the README for the "activeDoc" extension for VSCode.
44

5+
## version 0.0.3.vsix state
6+
- Functionality implemented for "CONVERTED_JAVA_SNIPPET" command
7+
- Added a debouncer function (delays the firing time of the command "FILE_CHANGE) so that this function is called after a certain interval instead of registering each key stroke
8+
- Minor bug fixes
9+
510
## version 0.0.2.vsix state
611
- In the webapp, if the user clicks on a generated LLM snippet, that snippet along with the explanation is now being shown in a new window in the workspace.
712

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "activedoc",
33
"displayName": "ActiveDoc",
44
"description": "testing",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"engines": {
77
"vscode": "^1.86.0"
88
},

0 commit comments

Comments
 (0)