genaiscript icon indicating copy to clipboard operation
genaiscript copied to clipboard

vscode: extension server fail without any errors

Open alyahmedaly opened this issue 11 months ago • 2 comments

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

alyahmedaly avatar Feb 21 '25 10:02 alyahmedaly

Please try the following steps to resolve the issue:

  1. Close VS Code.
  2. Delete the ~/.vscode/extensions/microsoft.genaiscript-<version> folder.
  3. 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

github-actions[bot] avatar Feb 21 '25 11:02 github-actions[bot]

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.

pelikhan avatar Feb 21 '25 16:02 pelikhan