Skip to content

Commit

Permalink
Merge pull request #391 from marp-team/remove-toolbar-button-setting
Browse files Browse the repository at this point in the history
Removed `markdown.marp.toolbarButtonForQuickPick` setting
  • Loading branch information
yhatt authored Dec 11, 2022
2 parents 9df28a2 + fe6cce8 commit 80e604f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
- Upgrade Marp CLI to [v2.2.2](https://github.com/marp-team/marp-cli/releases/tag/v2.2.2) ([#390](https://github.com/marp-team/marp-vscode/pull/390))
- Upgrade Node.js and dependent packages ([#390](https://github.com/marp-team/marp-vscode/pull/390))

### Removed

- `markdown.marp.toolbarButtonForQuickPick` setting ([#385](https://github.com/marp-team/marp-vscode/issues/385), [#391](https://github.com/marp-team/marp-vscode/pull/391))
- The toolbar button still can hide from VS Code user interface: https://code.visualstudio.com/updates/v1_72#_hide-actions-from-tool-bars

## v2.3.0 - 2022-09-24

### Added
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@
"items": {
"type": "string"
}
},
"markdown.marp.toolbarButtonForQuickPick": {
"type": "boolean",
"default": true,
"description": "Shows editor toolbar button to Markdown document, for accessing quick pick of Marp commands."
}
}
},
Expand All @@ -221,7 +216,7 @@
{
"command": "markdown.marp.showQuickPick",
"group": "navigation",
"when": "config.markdown.marp.toolbarButtonForQuickPick && editorLangId == markdown"
"when": "editorLangId == markdown"
}
],
"file/newFile": [
Expand Down

0 comments on commit 80e604f

Please sign in to comment.