From 7e5caa30fb57d60759189a9c3fd48041952415a6 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Mon, 7 Jun 2021 17:08:11 +0900 Subject: [PATCH 1/2] Update documentation of workspace trust (for stable) --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 373f86c2..eb2164ae 100644 --- a/README.md +++ b/README.md @@ -182,13 +182,13 @@ You can fold the content of slide in editor while editing Marp Markdown. ### Security -#### [Workspace Trust](https://github.com/microsoft/vscode/issues/106488) +#### [Workspace Trust] - +Some features that may met malicious are restricted in the untrusted workspace/window. Please read [VS Code's user guide][workspace trust] for details. -Some features that may met malicious are restricted in the untrusted workspace (marked by the shield icon :shield: in this documentation). +Features may be restricted are marked by the shield icon 🛡️ in this documentation. Marp for VS Code is available even if the current workspace is not trusted but you can use only a basic Marp preview and IntelliSense. -If the workspace is not trusted, you can use only a basic Marp preview and IntelliSense. +[workspace trust]: https://code.visualstudio.com/docs/editor/workspace-trust #### Enable HTML in Marp Markdown :shield: diff --git a/package.json b/package.json index 0f62435f..ee9882e4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "capabilities": { "untrustedWorkspaces": { "supported": "limited", - "description": "Required for exporting Markdown, and using themes configured in the workspace.", + "description": "Workspace trust is required for exporting slide deck, and using themes configured in the workspace.", "restrictedConfigurations": [ "markdown.marp.enableHtml", "markdown.marp.themes" From 3b67c62c2b0ec60682c9cf9c112490db0732bfda Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Mon, 7 Jun 2021 17:16:37 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa041664..da8fdb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Changed + +- Update documentation of workspace trust ([#244](https://github.com/marp-team/marp-vscode/pull/244)) + ## v1.0.1 - 2021-05-18 ### Fixed