Skip to content

Commit

Permalink
Update theme preview links to italics
Browse files Browse the repository at this point in the history
  • Loading branch information
gregvanl committed Sep 2, 2022
1 parent f8d39ed commit 3bdc3c5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions release-notes/v1_71.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ The [FFmpeg](https://ffmpeg.org) shared library that ships as part of the VS Cod

![A notebook playing an mp4 video file](images/1_71/codec.gif)

_Theme: [fairyfloss](https://marketplace.visualstudio.com/items?itemName=nopjmp.fairyfloss)_
(preview on [vscode.dev](https://vscode.dev/theme/nopjmp.fairyfloss))
_Theme: [fairyfloss](https://marketplace.visualstudio.com/items?itemName=nopjmp.fairyfloss) (preview on [vscode.dev](https://vscode.dev/theme/nopjmp.fairyfloss))_

### Explorer rename selection improvements

Expand Down Expand Up @@ -276,8 +275,7 @@ Not only you will get improved auto completion options when writing Python code

![Writing Python code showing auto import, auto complete suggestions, extract method, and a rename symbol functionality.](images/1_71/pylance-notebooks-lsp.gif)

_Theme: [Horizon Extended](https://marketplace.visualstudio.com/items?itemName=LanceWilhelm.horizon-extended)_
(preview on [vscode.dev](https://vscode.dev/theme/LanceWilhelm.horizon-extended))
_Theme: [Horizon Extended](https://marketplace.visualstudio.com/items?itemName=LanceWilhelm.horizon-extended) (preview on [vscode.dev](https://vscode.dev/theme/LanceWilhelm.horizon-extended))_

### Live Preview

Expand All @@ -287,8 +285,7 @@ The Live Preview extension now starts a new server for each root in your multi-r

![Live Preview multi-root demo](images/1_71/live-preview-multi-root-demo.gif)

_Theme: [GitHub Dark Dimmed](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)_
(preview on [vscode.dev](https://vscode.dev/theme/GitHub.github-vscode-theme/GitHub%20Dark%20Dimmed))
_Theme: [GitHub Dark Dimmed](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme) (preview on [vscode.dev](https://vscode.dev/theme/GitHub.github-vscode-theme/GitHub%20Dark%20Dimmed))_

You can view the servers that were opened by the extension by hovering over Live Preview's Status bar indicator (located on the bottom-right corner). In the image below, a server was started for each workspace (on ports 3000 and 3002), and there was another server spawned for a file that was not from any open workspace (on port 3004).

Expand Down Expand Up @@ -397,8 +394,7 @@ Enum settings in the Settings editor support the `enumItemLabels` key, which all

![Example of enumItemLabels with a mock setting. The select box displays the label value, and the dropdown options display both the label value and the enum value, though the enum values are rendered less prominently.](images/1_71/enum-item-labels.png)

_Theme: [Light Pink](https://marketplace.visualstudio.com/items?itemName=mgwg.light-pink-theme)_
(preview on [vscode.dev](https://vscode.dev/theme/mgwg.light-pink-theme))
_Theme: [Light Pink](https://marketplace.visualstudio.com/items?itemName=mgwg.light-pink-theme) (preview on [vscode.dev](https://vscode.dev/theme/mgwg.light-pink-theme))_

### New activeWebviewPanelId context key

Expand Down

0 comments on commit 3bdc3c5

Please sign in to comment.