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: docs/copilot/reference/copilot-vscode-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Start a natural language chat conversation to get help with coding tasks. For ex
58
58
| Edit (<iclass="codicon codicon-pencil"></i>) |[Edit a previous chat prompt](/docs/copilot/chat/chat-checkpoints.md#edit-a-previous-chat-request) and revert changes. |
59
59
| History (<iclass="codicon codicon-history"></i>) | Access your history of chat sessions. |
60
60
| Voice (<iclass="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. |
Copy file name to clipboardExpand all lines: docs/setup/enterprise.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,8 @@ VS Code currently provides policies to control the following admin-controlled fe
140
140
|`CopilotReviewSelection`| Enable code review for editor selection. |`github.copilot.chat.reviewSelection.enabled`| 1.104 |
141
141
|`CopilotReviewAgent`| Enable Copilot Code Review for pull requests and changed files. |`github.copilot.chat.reviewAgent.enabled`| 1.104 |
142
142
|`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 |
143
145
144
146
### Group Policy on Windows
145
147
@@ -203,6 +205,16 @@ Manually install a configuration profile by double-clicking on the `.mobileconfi
203
205
204
206
For more information on configuration profiles, refer to [Apple's documentation](https://support.apple.com/guide/mac-help/configuration-profiles-standardize-settings-mh35561/mac).
205
207
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.
206
218
207
219
### Additional policies
208
220
@@ -225,12 +237,6 @@ Follow these steps to bootstrap extensions:
225
237
226
238
Users can still uninstall extensions that were preinstalled. Restarting VS Code after uninstalling an extension will not reinstall the extension.
227
239
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
-
234
240
## Related resources
235
241
236
242
-[Learn about security considerations of using AI in VS Code](/docs/copilot/security.md)
0 commit comments