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: undefined | T

Value in default scope.

globalValue: undefined | T

Value in user scope.

preferenceName: string

The preference identifier.

value: undefined | T

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

workspaceFolderValue: undefined | T

Value in folder scope.

workspaceValue: undefined | T

Value in workspace scope.