Skip to content

Commit 9581ba8

Browse files
committed
Merge branch 'vnext' of https://github.com/microsoft/vscode-docs into vnext
2 parents 927471a + adfc0ab commit 9581ba8

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4dde70ed34f7965a31d08a68513644caa0b7d708e435d4f6e2b00ae2b32d45b4
3+
size 194911
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_100.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ Configure what is attached to chat with:
110110

111111
This experimental feature is enabled by default for all Simple Browsers, but can be disabled with `setting(chat.sendElementsToChat.enabled)`.
112112

113+
### Extensions tool
114+
115+
Use `#extensions` tool to find extensions from the Marketplace. This tool is available in both chat and agent mode and is picked up automatically but you can also reference it explicitly via `#extensions` with your query. The tool will return a list of extensions that match your query, and you can install them directly from the results.
116+
117+
<video src="images/1_100/extensions-agent-tool.mp4" title="Video that shows using the extensions tool to display popular Java extensions." autoplay loop controls muted></video>
118+
113119
## Accessibility
114120

115121
### Merge editor improvements
@@ -166,8 +172,26 @@ By default, the Secondary Side Bar is hidden when you open a new workspace or wi
166172

167173
Note that after a workspace or window has been opened, the visibility becomes a workspace state and overrides the setting value. If you close the Secondary Side Bar, it will remain closed in that workspace or window.
168174

175+
### Mandatory extension signature verification
176+
177+
Extension signature verification is now required on all platforms - Windows, MacOS, and Linux. Previously, this verification was only mandatory on Windows and MacOS. With this release, Linux now also enforces extension signature verification, ensuring that all extensions are properly validated before installation. This change further strengthens security by preventing the installation of potentially malicious extensions. For more details, see the [Extension Signing](https://code.visualstudio.com/docs/configure/extensions/extension-marketplace#_the-extension-signature-cannot-be-verified-by-vs-code).
178+
179+
### Learn more links for malicious extensions
180+
181+
When an extension is identified as malicious, VS Code now provides links to additional information explaining why the extension was flagged. These "Learn More" links connect users to GitHub issues or documentation with details about the security concerns, helping users better understand the potential risks.
182+
183+
### Prevent installation of Copilot chat pre-release versions in VS Code stable
184+
185+
VS Code now prevents the installation of Copilot chat pre-release version in VS Code stable. This helps avoid situations where users inadvertently install the Copilot chat pre-release version and gets stuck in a broken state. This means you can only install the Copilot chat pre-release version in the Insiders build of VS Code.
186+
169187
## Code Editing
170188

189+
### NES Import Suggestions
190+
191+
Next Edit Suggestions (NES) can now automatically suggest adding missing import statements in JavaScript and TypeScript files. Enable this feature by setting `setting(github.copilot.nextEditSuggestions.fixes:true)`. We plan to further enhance this capability by supporting imports from additional languages in future updates.
192+
193+
![NES suggests an import](images/1_100/nes-import.png)
194+
171195
### Generate alt text in HTML or Markdown
172196

173197
You can now generate or update existing alt text in HTML and Markdown files. Navigate to any line containing an embedded image and trigger the quick fix via `kb(editor.action.quickFix)` or by selecting the lightbulb icon.
@@ -451,6 +475,5 @@ Contributions to `monaco-editor`:
451475

452476
* [@RoccoC (Rocco Cataldo)](https://github.com/RoccoC): Update webpack plugin to support module workers [PR #4742](https://github.com/microsoft/monaco-editor/pull/4742)
453477

454-
455478
<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a>
456479
<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/>

0 commit comments

Comments
 (0)