Changes:
- Functionality implemented for "CONVERTED_JAVA_SNIPPET" command
- 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
- Minor bug fixes
- 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.
- The search keywords of a vscode workspace is not accessible to the VSCode API users. So,
searchedElements
property is not present in the vscode extension - In mac, clicking on a code snippet on the client (web) app is not redirecting the vscode workspace focused file's intended code snippet as it should.
To setup refer to this wiki page.