You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_100.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,12 @@ Configure what is attached to chat with:
110
110
111
111
This experimental feature is enabled by default for all Simple Browsers, but can be disabled with `setting(chat.sendElementsToChat.enabled)`.
112
112
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
+
<videosrc="images/1_100/extensions-agent-tool.mp4"title="Video that shows using the extensions tool to display popular Java extensions."autoplayloopcontrolsmuted></video>
118
+
113
119
## Accessibility
114
120
115
121
### Merge editor improvements
@@ -166,8 +172,26 @@ By default, the Secondary Side Bar is hidden when you open a new workspace or wi
166
172
167
173
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.
168
174
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
+
169
187
## Code Editing
170
188
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
+

194
+
171
195
### Generate alt text in HTML or Markdown
172
196
173
197
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`:
451
475
452
476
*[@RoccoC (Rocco Cataldo)](https://github.com/RoccoC): Update webpack plugin to support module workers [PR #4742](https://github.com/microsoft/monaco-editor/pull/4742)
453
477
454
-
455
478
<aid="scroll-to-top"role="button"title="Scroll to top"aria-label="scroll to top"href="#"><spanclass="icon"></span></a>
0 commit comments