Skip to content

Commit fcf32a2

Browse files
authored
Merge pull request #7970 from microsoft/extension-security-updates
Update publisher trust
2 parents 7304579 + 3f1b9fc commit fcf32a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/editor/extension-runtime-security.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ For example, an extension can read and write files on your machine, make network
2424

2525
As of VS Code release 1.97, when you first install an extension from a third-party publisher, VS Code shows a dialog prompting you to confirm that you trust the publisher of that extension.
2626

27-
The list of trusted publishers is maintained in the `setting(extensions.trustedPublishers)` user setting.
27+
Publishers for extensions that you installed previously are considered trusted and are automatically added to the list of trusted publishers.
2828

29-
Publishers for extensions that you installed previously are considered trusted and are automatically added to the list of trusted publishers. You can also edit the list of trusted publishers by modifying the setting.
29+
> [!IMPORTANT]
30+
> When you install extensions by using the [VS Code command line](/docs/editor/command-line.md#working-with-extensions), the extension's publisher is not automatically trusted.
3031
3132
## Determine extension reliability
3233

0 commit comments

Comments
 (0)