Why VSCode v1.107.0 is required? #118
Replies: 3 comments 9 replies
|
Hi @makarkotlov, we're just being conservative, given we work with the latest version we have no easy way to test if it works correctly for previous version and thus to ensure it's actually working properly we're lowering the version requirement as we identify people who manage to make it work with previous versions. We've just lowered it to v1.105.0 to allow a bunch of other VS Code forks. Have you tried cloning the repo and lowering the version? If you did and it's all working properly, then we can lower the version requirement in the next release. |
|
Hey @makarkotlov, have you tried cloning the repo and lowering the vscode version in package.json to match yours? It should work, curious if you ran into any issues with that approach |
|
Hiya, might be a silly question, but I presume higher versions work ok (I'm on 1.112.0)? My agents spawn from the GUI and are pointing to the right source folder however their behaviour is not reactive to the chat (perpetually stuck on idle... subagents spawn though and are also stuck on idle). |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there any reason why the project is based on VSCode v1.107.0? I'm using v1.94.2 and don't plan to update because in later versions Microsoft butchered VSCode's performance with their AI features. I've looked into the codebase and couldn't find any breaking changes that would've prevented the author from using earlier VScode versions. Am I missing something?
P.S. @pablodelucca README states that v1.109.0 is required which contradicts packgae.json that mentions v1.107.0
All reactions