genaiscript
genaiscript copied to clipboard
vscode: extension server fail without any errors
the extension sometimes not sure why is not useable the only workaround I found is to just run genaiscript serve and then the extension will make use of it
Please try the following steps to resolve the issue:
- Close VS Code.
- Delete the
~/.vscode/extensions/microsoft.genaiscript-<version>folder. - Restart VS Code and install the extension again.
If the problem persists, please create a new issue with detailed steps to reproduce the error.
AI-generated content by issue-reviewer may be incorrect
There is an outstanding bug there we try to send a huge string through the websocket and it takes the server down. The vscode extension should detect and restart but apparently it doesn't.