Skip to content

Commit 2845376

Browse files
committed
131 not 132
1 parent ab4eea4 commit 2845376

7 files changed

Lines changed: 13 additions & 8 deletions

File tree

microsoft-edge/dev-videos/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,10 @@ Covers:
702702
* Breakpoint icons are displayed when using Visual Studio Code themes.
703703
* DevTools extension for Visual Studio Code includes the latest tools, theme support, and helpful links. JavaScript Debugger connection to remote workspaces.
704704

705+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
706+
* Light+
707+
* Dark+
708+
705709
See also:
706710
* [What's New in DevTools 94](../devtools-guide-chromium/whats-new/2021/09/devtools.md)<!-- has Video section -->
707711
* [Keyboard shortcuts](../devtools-guide-chromium/shortcuts/index.md) - Navigating DevTools with a keyboard.

microsoft-edge/devtools-guide-chromium/whats-new/2021/07/devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.date: 07/30/2021
2525
<!-- Title: Apply themes from Visual Studio Code to DevTools -->
2626
<!-- Subtitle: You can now use some of the most popular color themes from Visual Studio Code, such as Monokai and Solarized Dark, in Microsoft Edge DevTools. -->
2727

28-
Update: Starting with Microsoft Edge 132, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
28+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
2929
* Light+
3030
* Dark+
3131

microsoft-edge/devtools-guide-chromium/whats-new/2021/09/devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ See also:
6363
<!-- Title: Breakpoint icons are now displayed when using themes from Visual Studio Code -->
6464
<!-- Subtitle: Setting, removing, and viewing breakpoints is now easier in Microsoft Edge. -->
6565

66-
Update: Starting with Microsoft Edge 132, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
66+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
6767
* Light+
6868
* Dark+
6969

microsoft-edge/devtools-guide-chromium/whats-new/2022/02/devtools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Catch up on all of this news and more in our year-in-review blog post, [Looking
3232

3333
[![Screenshot of the blog post: Looking back at Microsoft Edge for developers in 2021](./devtools-images/blog-post-edge-devs-2021.png)](https://blogs.windows.com/msedgedev/2022/01/19/looking-back-at-microsoft-edge-for-developers-in-2021/)
3434

35+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
36+
* Light+
37+
* Dark+
38+
3539

3640
<!-- ====================================================================== -->
3741
## Automate IE mode with Internet Explorer Driver

microsoft-edge/devtools-guide-chromium/whats-new/2022/03/devtools-100.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ See also:
134134
<!-- Title: Themes from Visual Studio Code now apply to the Waterfall view -->
135135
<!-- Subtitle: The Waterfall view of requests in the Network tool now match the VS Code themes. -->
136136

137-
Update: Starting with Microsoft Edge 132, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
137+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
138138
* Light+
139139
* Dark+
140140

microsoft-edge/devtools-guide-chromium/whats-new/2023/05/devtools-113.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ In previous versions of Microsoft Edge, in Focus Mode, hovering over a tool's ic
116116
<!-- Subtitle: Customize DevTools to match VS Code with themes like Solarized Light, Kimbie Dark, Monokai, or Tomorrow Night Blue. -->
117117
<!-- Reviewer: Irene Cho -->
118118

119-
Update: Starting with Microsoft Edge 132, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
119+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
120120
* Light+
121121
* Dark+
122122

microsoft-edge/devtools-guide-chromium/whats-new/2024/04/devtools-124.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ This experiment helps you investigate when a `postMessage` call occurred, and ho
4141
To use this feature, in DevTools, select **Customize and control DevTools** (![the Customize and control DevTools icon](./devtools-124-images/customize-and-control-devtools-icon.png)) > **Settings** > **Experiments**, select the checkbox **Timeline: Show postMessage dispatch and handling flows**, click the **Close** (X) button, and then click the **Reload DevTools** button.
4242

4343
See also:
44-
* [Performance features reference](../../../evaluate-performance/reference.md)<!-- todo: update per below after PR 3132 is merged -->
44+
* [View messages between windows, iframes, and dedicated workers](../../../evaluate-performance/reference.md#view-messages-between-windows-iframes-and-dedicated-workers) in _Performance features reference_.
4545
* [postMessage Trace Events demo (rendered)](https://microsoftedge.github.io/Demos/devtools-postmessage-perf-timeline/)
4646
* [postMessage Trace Events demo (source code)](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-postmessage-perf-timeline)
47-
<!--
48-
* [View messages between windows, iframes, and dedicated workers] in _Performance features reference_.
49-
(in open PR 3132)-->
5047

5148

5249
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)