Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d43712

Browse files
committed
Update change. Change min Insiders version back to 1.42.1.
1 parent66a62b3 commit1d43712

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎Extension/CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
###Bug Fixes
1919
* Fix`browse.path` not getting set correctly when`compileCommands` is used.[#1163](https://github.com/microsoft/vscode-cpptools/issues/1163)
20+
* Note: Some paths are still missing in certain cases. We plan to fix that in the "next" update.
2021
* Fix an issue with squiggle updates not occurring when a dependent file is created, deleted, or renamed.[#3670](https://github.com/microsoft/vscode-cpptools/issues/3670)
2122
* Fix temporary VSIX files not getting deleted after installation[#3923](https://github.com/microsoft/vscode-cpptools/issues/3923)
2223
* Process "$CPATH" on non-Windows OS's.[#3940](https://github.com/microsoft/vscode-cpptools/issues/3940)

‎Extension/src/LanguageServer/extension.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ function realActivation(): void {
468468
// Skip Insiders processing for unsupported VS Code versions.
469469
// TODO: Change this to not require the hardcoded version to be updated.
470470
letvscodeVersion:PackageVersion=newPackageVersion(vscode.version);
471-
letminimumSupportedVersionForInsidersUpgrades:PackageVersion=newPackageVersion("1.43.2");
471+
letminimumSupportedVersionForInsidersUpgrades:PackageVersion=newPackageVersion("1.42.1");
472472
if(vscodeVersion.isGreaterThan(minimumSupportedVersionForInsidersUpgrades,"insider")){
473473
insiderUpdateEnabled=true;
474474
if(settings.updateChannel==='Default'){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp