Vscode/Cursor Extension sandbox
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^2.22.02
commits
Add command mapping and handlers for VS Code commands in extension.js. Implemented test commands for command execution and listing available commands. Updated package.json to include new command entries for testing functionalities.
b7832a0View on GitHubAdd LLM request handling and UI integration in webview. Implemented functions for sending requests to an LLM, processing responses, and executing corresponding VS Code commands. Updated package.json with publisher info and enhanced webview UI for LLM interactions.
e1c7986View on GitHubRename extension and update command identifiers from 'demo' to 'elk' in extension.js, package.json, and README.md for consistency and branding.
cb2436dView on GitHubAdd webview view provider and enhance messaging features
7b907b2View on GitHub