The Chatbox Extension is a Visual Studio Code extension that provides a chat box functionality within the editor. Users can interact with a chat interface to send and receive messages, with support for light and dark mode toggling.
Features
Send and receive messages within Visual Studio Code.
Toggle between light and dark mode for better user experience.
Integration with an external console application for advanced functionality.
Customizable user interface with HTML, CSS, and JavaScript.
Installation
You can install the Chatbox extension directly from the Visual Studio Code Marketplace here.
Usage
Open the Chatbox extension from the VS Code command palette.
Type your message in the input field and press Enter or click the Send button.
View the responses from the chat interface in real-time.
Toggle between light and dark mode for better visibility.
Interact with the chatbox by sending messages and receiving responses.
Configuration
Customize the appearance of the chat interface by modifying the HTML, CSS, and JavaScript files in the src/pages directory.
Update the console application path in the extension.ts file to point to the correct location of the executable file.
External Dependencies
This extension relies on an external console application (skchat.exe) for backend functionality. Ensure that the console application is properly configured and accessible.
Known Issues
There are currently no known issues with this extension.
Release Notes
1.0.0
Initial release of the Chatbox extension by Yuganetra.