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 @@ -300,12 +300,12 @@ const shouldUpdateOnNextActivationKey = "shouldUpdateOnNextActivation";
300
300
301
301
const codeQlVersionRange = DEFAULT_DISTRIBUTION_VERSION_RANGE ;
302
302
303
- // This is the minimum version of vscode that we _want_ to support. We want to update to Node 18 , but that
304
- // requires 1.82 or later. If we change the minimum version in the package.json, then anyone on an older version of vscode will
303
+ // This is the minimum version of vscode that we _want_ to support. We want to update to Node 20 , but that
304
+ // requires 1.90 or later. If we change the minimum version in the package.json, then anyone on an older version of vscode will
305
305
// silently be unable to upgrade. So, the solution is to first bump the minimum version here and release. Then
306
306
// bump the version in the package.json and release again. This way, anyone on an older version of vscode will get a warning
307
307
// before silently being refused to upgrade.
308
- const MIN_VERSION = "1.82 .0" ;
308
+ const MIN_VERSION = "1.90 .0" ;
309
309
310
310
function sendConfigTelemetryData ( ) {
311
311
const config : Record < string , string > = { } ;
You can’t perform that action at this time.
0 commit comments