File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -299,12 +299,12 @@ const shouldUpdateOnNextActivationKey = "shouldUpdateOnNextActivation";
299299
300300const codeQlVersionRange = DEFAULT_DISTRIBUTION_VERSION_RANGE ;
301301
302- // This is the minimum version of vscode that we _want_ to support. We want to update the language server library , but that
303- // requires 1.67 or later. If we change the minimum version in the package.json, then anyone on an older version of vscode
302+ // This is the minimum version of vscode that we _want_ to support. We want to update to Node 18 , but that
303+ // requires 1.82 or later. If we change the minimum version in the package.json, then anyone on an older version of vscode will
304304// silently be unable to upgrade. So, the solution is to first bump the minimum version here and release. Then
305305// bump the version in the package.json and release again. This way, anyone on an older version of vscode will get a warning
306306// before silently being refused to upgrade.
307- const MIN_VERSION = "1.67 .0" ;
307+ const MIN_VERSION = "1.82 .0" ;
308308
309309/**
310310 * Returns the CodeQLExtensionInterface, or an empty object if the interface is not
You can’t perform that action at this time.
0 commit comments