Extension1 is a Visual Studio Code extension that fetches data from the Groq API.
- Fetch data from the Groq API and display it in VS Code.
- Clone this repository.
- Navigate to the extension directory.
- Run
npm installto install the dependencies. - Run
npm run buildto package the extension.
- Open the command palette (
Ctrl+Shift+PorCmd+Shift+Pon macOS). - Type
Fetch Data from Groq APIand pressEnter. - The extension will fetch data from the Groq API and display it.
If you would like to contribute, please open an issue or submit a pull request.
MIT