Skip to content

Commit 20d09b1

Browse files
committed
Merge branch 'vnext' of https://github.com/microsoft/vscode-docs into vnext
2 parents 4752388 + f4b948d commit 20d09b1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/supporting/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ Additionally, 32-bit OEM support has been dropped with Windows 10, version 2004.
295295

296296
## Can I run VS Code on old macOS versions?
297297

298-
VS Code desktop version starting with 1.83 (September 2023) is deprecating support for macOS Mojave (version 10.14 and older). Starting with VS Code 1.86 (January 2024), we will stop updating VS Code on macOS Mojave (version 10.14 and older). You will need to upgrade to a newer macOS version to use later versions of VS Code.
298+
VS Code desktop version starting with 1.96 (November 2024) is deprecating support for macOS Catalina (version 10.15 and older). Starting with VS Code 1.98 (February 2025), we will stop updating VS Code on macOS Catalina (version 10.15 and older). You will need to upgrade to a newer macOS version to use later versions of VS Code.
299299

300-
VS Code will no longer provide product updates or security fixes on macOS Mojave (versions 10.14 and older) and VS Code version 1.85 will be the last available release for macOS Mojave (10.14 and older). You can learn more about upgrading your macOS version at [support.apple.com](https://support.apple.com/en-us/HT201260).
300+
VS Code will no longer provide product updates or security fixes on macOS Catalina (versions 10.15 and older) and VS Code version 1.97 will be the last available release for macOS Catalina (10.15 and older). You can learn more about upgrading your macOS version at [support.apple.com](https://support.apple.com/en-us/HT201260).
301301

302302
## Can I run VS Code on older Linux distributions?
303303

release-notes/v1_96.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,12 +713,17 @@ Here's a screenshot of the feature in action, note the yellow line in the gutter
713713

714714
The issue tracking this work is [#221145](https://github.com/microsoft/vscode/issues/221145) which has frequent updates and more details on progress as it's made.
715715

716+
### EOL warning for macOS 10.15
717+
718+
VS Code desktop will be updating to [Electron 33](https://github.com/microsoft/vscode/issues/232993) in the next couple of milestones. With the Electron 33 update, VS Code desktop will no longer run on **macOS Catalina**. In this milestone, we have added deprecation notices for the users on this affected platform to prepare them for migration. If you are a user of the aforementioned OS version, please take a look at our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_can-i-run-vs-code-on-old-macos-versions) for additional information.
719+
716720
## Notable fixes
717721

718722
* [233915](https://github.com/microsoft/vscode/issues/233915) Share an extension with others by using the **Copy Link** action in the context menu of an extension in the Extensions view.
719723
* [231542](https://github.com/microsoft/vscode/issues/231542) Frequently unable to save file or file data gets erased with error EBUSY
720724
* [233304](https://github.com/microsoft/vscode/issues/233304) `onDidChangeCheckboxState` broken in 1.95
721725
* [232263](https://github.com/microsoft/vscode/issues/232263) Optimize tree view such that cross process calls are batched
726+
* [156723](https://github.com/microsoft/vscode/issues/156723) Drag and drop support fixed when running with wayland
722727

723728
## Thank you
724729

@@ -762,6 +767,7 @@ Contributions to `vscode`:
762767
* [@RedCMD (RedCMD)](https://github.com/RedCMD): Add `.winget` file extension to YAML [PR #232218](https://github.com/microsoft/vscode/pull/232218)
763768
* [@ribru17 (Riley Bruins)](https://github.com/ribru17): Render JSDoc examples as typescript code [PR #234143](https://github.com/microsoft/vscode/pull/234143)
764769
* [@sandersn (Nathan Shively-Sanders)](https://github.com/sandersn): Revert register copilotRelated with copilot [PR #233729](https://github.com/microsoft/vscode/pull/233729)
770+
* [@nickdiego (Nick Yamane)](https://github.com/nickdiego): Fix for drag and drop support when using wayland [Chromium CL](https://chromium-review.googlesource.com/c/chromium/src/+/6000277)
765771

766772
Contributions to `vscode-emmet-helper`:
767773

0 commit comments

Comments
 (0)