Skip to content

Commit 1eb0f74

Browse files
authored
Updates for release 1.106 (#9035)
* Update for release * Update * Redundant * Consistency
1 parent 60edc22 commit 1eb0f74

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/copilot/reference/copilot-vscode-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Start a natural language chat conversation to get help with coding tasks. For ex
5858
| Edit (<i class="codicon codicon-pencil"></i>) | [Edit a previous chat prompt](/docs/copilot/chat/chat-checkpoints.md#edit-a-previous-chat-request) and revert changes. |
5959
| History (<i class="codicon codicon-history"></i>) | Access your history of chat sessions. |
6060
| Voice (<i class="codicon codicon-mic"></i>) | Enter a chat prompt by using speech (voice chat). The chat response is read out aloud. |
61-
| [KaTeX](https://katex.org) | Render mathematical equations in chat responses. Enable with `setting(chat.math.enabled)`. |
61+
| [KaTeX](https://katex.org) | Render mathematical equations in chat responses. Enable with `setting(chat.math.enabled)`. Right-click on a math expression to copy the source expression. |
6262

6363
> **Tips**
6464
>

docs/setup/enterprise.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ VS Code currently provides policies to control the following admin-controlled fe
140140
| `CopilotReviewSelection` | Enable code review for editor selection. | `github.copilot.chat.reviewSelection.enabled` | 1.104 |
141141
| `CopilotReviewAgent` | Enable Copilot Code Review for pull requests and changed files. | `github.copilot.chat.reviewAgent.enabled` | 1.104 |
142142
| `ChatToolsTerminalEnableAutoApprove` | Enable the rule-based auto-approval for the terminal tool. | `chat.tools.terminal.autoApprove` | 1.104 |
143+
| `McpGalleryServiceUrl` | Configure the MCP Gallery service URL to connect to. | `chat.mcp.gallery.serviceUrl` | 1.101 |
144+
| `ExtensionGalleryServiceUrl` | Configure the Marketplace service URL to connect to. | `extensions.gallery.serviceUrl` | 1.99 |
143145

144146
### Group Policy on Windows
145147

@@ -203,6 +205,16 @@ Manually install a configuration profile by double-clicking on the `.mobileconfi
203205

204206
For more information on configuration profiles, refer to [Apple's documentation](https://support.apple.com/guide/mac-help/configuration-profiles-standardize-settings-mh35561/mac).
205207

208+
### JSON policies on Linux
209+
210+
Starting from VS Code version 1.106, you can also configure VS Code setting policies on Linux devices by placing a JSON policy file at `/etc/vscode/policy.json`.
211+
212+
Each release includes a sample `policy.json` file under `resources/app/policies` which includes the available policies. You can find this file by either extracting it from the downloaded package or by selecting and extracting the `tar.gz` file from the Downloads page.
213+
214+
> [!IMPORTANT]
215+
> The provided `policy.json` file initializes **all** policies available in that version of VS Code. Delete any policies that are not needed.
216+
>
217+
> If you do not edit or remove a policy from the sample `policy.json`, that policy will be enforced with its default (restrictive) policy value.
206218
207219
### Additional policies
208220

@@ -225,12 +237,6 @@ Follow these steps to bootstrap extensions:
225237

226238
Users can still uninstall extensions that were preinstalled. Restarting VS Code after uninstalling an extension will not reinstall the extension.
227239

228-
## Frequently asked questions
229-
230-
### Does VS Code support configuration profiles on Linux?
231-
232-
Support for Linux is not on the roadmap. If you're interested in configuration profiles on Linux, open an issue in the VS Code [GitHub repository](https://github.com/microsoft/vscode/issues) and share details about your scenario.
233-
234240
## Related resources
235241

236242
- [Learn about security considerations of using AI in VS Code](/docs/copilot/security.md)

0 commit comments

Comments
 (0)