Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace NavigatorContextMenu

Navigator context menu default groups should be aligned with VS Code default groups: https://code.visualstudio.com/api/references/contribution-points#contributes.menus

Index

Variables

Const ACTIONS

ACTIONS: string[] = ...
deprecated

use MODIFICATION

Const CLIPBOARD

CLIPBOARD: string[] = ...

Const COMPARE

COMPARE: string[] = ...

Const DIFF

DIFF: string[] = ...
deprecated

use COMPARE

Const MODIFICATION

MODIFICATION: string[] = ...

Const MOVE

MOVE: string[] = ...
deprecated

use MODIFICATION

Const NAVIGATION

NAVIGATION: string[] = ...

Const NEW

NEW: string[] = ...
deprecated

use NAVIGATION

Const OPEN

OPEN: string[] = ...
deprecated

use NAVIGATION

Const OPEN_WITH

OPEN_WITH: string[] = ...

Const SEARCH

SEARCH: string[] = ...

Const WORKSPACE

WORKSPACE: string[] = ...