Liking cljdoc? Tell your friends :D

dots.vscode.workspace-edit-entry-metadata

Additional data for entries of a workspace edit. Supports to label entries and marks entries as needing confirmation by the user. The editor groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.

Additional data for entries of a workspace edit. Supports to label entries and marks entries
as needing confirmation by the user. The editor groups edits with equal labels into tree nodes,
for instance all edits labelled with "Changes in Strings" would be a tree node.
raw docstring

descriptioncljs

(description workspace-edit-entry-metadata)

A human-readable string which is rendered less prominent on the same line.

A human-readable string which is rendered less prominent on the same line.
sourceraw docstring

icon-pathcljs

(icon-path workspace-edit-entry-metadata)

The icon path or {@link ThemeIcon } for the edit.

The icon path or {@link ThemeIcon } for the edit.
sourceraw docstring

labelcljs

(label workspace-edit-entry-metadata)

A human-readable string which is rendered prominent.

A human-readable string which is rendered prominent.
sourceraw docstring

needs-confirmation?cljs

(needs-confirmation? workspace-edit-entry-metadata)

A flag which indicates that user confirmation is needed.

A flag which indicates that user confirmation is needed.
sourceraw docstring

set-description!cljs

(set-description! workspace-edit-entry-metadata value)

A human-readable string which is rendered less prominent on the same line.

A human-readable string which is rendered less prominent on the same line.
sourceraw docstring

set-icon-path!cljs

(set-icon-path! workspace-edit-entry-metadata value)

The icon path or {@link ThemeIcon } for the edit.

The icon path or {@link ThemeIcon } for the edit.
sourceraw docstring

set-label!cljs

(set-label! workspace-edit-entry-metadata value)

A human-readable string which is rendered prominent.

A human-readable string which is rendered prominent.
sourceraw docstring

set-needs-confirmation!cljs

(set-needs-confirmation! workspace-edit-entry-metadata value)

A flag which indicates that user confirmation is needed.

A flag which indicates that user confirmation is needed.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close