Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceEditEntryMetadata

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.

层级

  • WorkspaceEditEntryMetadata

索引

Properties(4)

needsConfirmation

needsConfirmation: boolean

A flag which indicates that user confirmation is needed.

label

label: string

A human-readable string which is rendered prominent.

Optional description

description: string

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

Optional iconPath

iconPath: Uri | ThemeIcon | { light: Uri; dark: Uri }

The icon path or ThemeIcon for the edit.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹