From 52446b51a0d148993783bf86c311f36ea07b04fe Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Wed, 25 Dec 2024 14:05:05 +0100 Subject: [PATCH 1/2] vscode-web.md: Add sentence about Firefox --- docs/editor/vscode-web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editor/vscode-web.md b/docs/editor/vscode-web.md index 91600d6748..c339aa0ef2 100644 --- a/docs/editor/vscode-web.md +++ b/docs/editor/vscode-web.md @@ -179,7 +179,7 @@ Edge and Chrome today support the [File System API](https://developer.mozilla.or ### Browser support -You can use VS Code for the Web in the latest versions of Chrome, Edge, Firefox, and Safari. Older versions of each browser may not work - we only guarantee support for the latest version. +You can use VS Code for the Web in the latest versions of Chrome, Edge, Firefox, and Safari. Note that on Firefox, for some functionality (such as opening a git repo), you need to exempt `vscode.dev` from the "strict" Enhanced Tracking Protection, if you have enabled that. Older versions of each browser may not work - we only guarantee support for the latest version. > **Tip:** One way to check the compatible browser version is to look at the version of [Playright](https://playwright.dev/) currently used for testing VS Code and review its supported browser versions. You can find the currently used Playwright version in the VS Code repo's [package.json](https://github.com/microsoft/vscode/blob/main/package.json) file at `devDependencies/@playwright/test`. Once you know the Playwright version, for example `1.37`, you can then review the **Browser Versions** section in their [Release notes](https://playwright.dev/docs/release-notes). From 2458834d8017fcc2749ba56fb3ed3b3586ed9410 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Thu, 26 Dec 2024 10:06:26 +0100 Subject: [PATCH 2/2] Update vscode-web.md --- docs/editor/vscode-web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editor/vscode-web.md b/docs/editor/vscode-web.md index c339aa0ef2..18249702d1 100644 --- a/docs/editor/vscode-web.md +++ b/docs/editor/vscode-web.md @@ -179,7 +179,7 @@ Edge and Chrome today support the [File System API](https://developer.mozilla.or ### Browser support -You can use VS Code for the Web in the latest versions of Chrome, Edge, Firefox, and Safari. Note that on Firefox, for some functionality (such as opening a git repo), you need to exempt `vscode.dev` from the "strict" Enhanced Tracking Protection, if you have enabled that. Older versions of each browser may not work - we only guarantee support for the latest version. +You can use VS Code for the Web in the latest versions of Chrome, Edge, Firefox, and Safari. Note that on Firefox, if you have enabled the "strict" Enhanced Tracking Protection, you need to to exempt `vscode.dev` for some functionality to work (such as opening a git repo). Older versions of each browser may not work - we only guarantee support for the latest version. > **Tip:** One way to check the compatible browser version is to look at the version of [Playright](https://playwright.dev/) currently used for testing VS Code and review its supported browser versions. You can find the currently used Playwright version in the VS Code repo's [package.json](https://github.com/microsoft/vscode/blob/main/package.json) file at `devDependencies/@playwright/test`. Once you know the Playwright version, for example `1.37`, you can then review the **Browser Versions** section in their [Release notes](https://playwright.dev/docs/release-notes).