@kkdev92/vscode-ext-kit - v4.1.1
GitHub
npm
Preparing search index...
testing
SettingsChangeSource
Interface SettingsChangeSource
Tells whether a configuration change touched a given section and scope.
interface
SettingsChangeSource
{
affects
(
section
:
string
,
scope
?:
SettingsScope
)
:
boolean
;
}
Index
Methods
affects
Methods
affects
affects
(
section
:
string
,
scope
?:
SettingsScope
)
:
boolean
Parameters
section
:
string
Optional
scope
:
SettingsScope
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
affects
GitHub
npm
@kkdev92/vscode-ext-kit - v4.1.1
Loading...
Tells whether a configuration change touched a given section and scope.