Skip to content

Commit

Permalink
docs: fix typo in docs/editor/workspace-trust.md (#6738)
Browse files Browse the repository at this point in the history
  • Loading branch information
suravshrestha authored Oct 12, 2023
1 parent 73082cf commit 6b992bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/editor/workspace-trust.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To see the full list of features disabled in Restricted Mode, you can open the W
### Tasks

[Tasks](/docs/editor/tasks.md) can run scripts and tool binaries, and because task definitions are defined in the workspace `.vscode` folder, they are part of the committed source code for a repo, and shared to every user of that repo. Were someone to create a malicious task, it could be unknowningly run by anyone who cloned that repository.
[Tasks](/docs/editor/tasks.md) can run scripts and tool binaries, and because task definitions are defined in the workspace `.vscode` folder, they are part of the committed source code for a repo, and shared to every user of that repo. Were someone to create a malicious task, it could be unknowingly run by anyone who cloned that repository.

If you try to run or even enumerate tasks (**Terminal** > **Run Task...**) while in Restricted Mode, VS Code will display a prompt to trust the folder and continue executing the task. Cancelling the dialog leaves VS Code in Restricted Mode.

Expand Down

0 comments on commit 6b992bd

Please sign in to comment.