forked from eclipse-cdt-cloud/vscode-memory-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhances the memory webview to properly support context menu actions contributed via `webview/context` contribution point. This includes - Augmenting the webview components with `data-vscode-context` custom data properties. These properties are used to provide additional context info (as JSON string). The composed context is then available in `when` conditions from `webview/context` contributions and as command argument when executing the associated command. Provides the following context menu enhancements outlined in eclipse-cdt-cloud#51 - Copy selection - Quick access to window configuration by - providing show/hide entries for variable & ascii column - show/hide for radix prefix - `Show advanced Options` command to show the advanced settings overlay - Allow contributions from other extensions
- Loading branch information
Showing
11 changed files
with
341 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.