Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PreferenceInspection<T>

Return type of the PreferenceService.inspect call.

Type parameters

  • T = JSONValue

Hierarchy

  • PreferenceInspection

Index

Properties

defaultValue

defaultValue: undefined | T

Value in default scope.

globalValue

globalValue: undefined | T

Value in user scope.

preferenceName

preferenceName: string

The preference identifier.

value

value: undefined | T

The value that is active, i.e. the value set in the lowest scope available.

workspaceFolderValue

workspaceFolderValue: undefined | T

Value in folder scope.

workspaceValue

workspaceValue: undefined | T

Value in workspace scope.