Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes #7012

Merged
merged 2 commits into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions release-notes/v1_86.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@ The new `markdown.editor.filePaste.audioSnippet` and `markdown.editor.filePaste.

The previous Less grammar has been archived and VS Code now uses the grammar from [Better-Less](https://github.com/radium-v/Better-Less) for Less syntax highlighting.

### New Go grammar

The Go syntax highlighting grammar has been changed to use [Go Syntax](https://github.com/worlpaker/go-syntax), which is more actively maintained than the previous grammar.

## Remote Development

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.
Expand Down