mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
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
6 lines
231 B
JSON
6 lines
231 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigests"],
|
|
"ignorePaths": ["crates/oxc_linter/fixtures/**"],
|
|
"ignoreDeps": ["@types/vscode"]
|
|
}
|