Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(editor/vscode): set minimum supported ver. to
^1.93.0
(#8182)
Hi, I'm using Cursor which is based on VSCode `1.93` at the moment of this PR. And i've faced with an issue when i can't install latest version of oxc vscode plugin - by default plugin marketplace offers me `v0.0.1` and via `Install Specific Version` i can install only `v0.10.3` while latest is `v0.15.3`. No idea when Cursor will update its version. There's no issue with VSCode, only Cursor. After downgrading minimum version, Cursor allowed me to install plugin that i compiled by myself, everything seem to be working. Not sure about how is usually contributions made here so correct me if i miss something
- Loading branch information