Skip to content

Commit e62bc73

Browse files
committed
release notes: baseline support
1 parent e8fa7de commit e62bc73

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_100.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To run a prompt file, you can
166166
- type `/` in the chat input field and select your prompt file
167167
![Run prompt as slash command](images/1_100/run-prompt-as-slash-command.png)
168168
- open the prompt file in an editor and press the 'Play' button in the editor tool bar
169-
![Run prompt as slash command](images/1_100/run-prompt-from-play-button.png)
169+
![Run prompt using the play button](images/1_100/run-prompt-from-play-button.png)
170170
- use the 'Chat: Run Prompt File...' command from the command palette
171171

172172
Use the following headers to specify how the prompt is run:
@@ -378,6 +378,13 @@ This feature is still experimental but you can try it today by enabling `setting
378378

379379
Files with name format `.*.env` will now be highlighted as ini files.
380380

381+
382+
### CSS and HTML: Show summary of browser support as baseline
383+
384+
When hovering over a CSS property or a HTML element you now can a summary of how well that property or element is supported across browsers.
385+
![Baseline support in the CSS hover](images/1_100/css-baseline.png)
386+
387+
381388
## Remote Development
382389

383390
The [Remote Development extensions](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), allow you to use a [Dev Container](https://code.visualstudio.com/docs/devcontainers/containers), remote machine via SSH or [Remote Tunnels](https://code.visualstudio.com/docs/remote/tunnels), or the [Windows Subsystem for Linux](https://learn.microsoft.com/windows/wsl) (WSL) as a full-featured development environment.

0 commit comments

Comments
 (0)