Home
last modified time | relevance | path

Searched refs:onDidChangeFileDecorations (Results 1 – 2 of 2) sorted by relevance

/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/git/src/
H A DdecorationProvider.ts18 readonly onDidChangeFileDecorations: Event<Uri[]>; property in GitIgnoreDecorationProvider
23 this.onDidChangeFileDecorations = fireEvent(anyEvent<any>(
96 readonly onDidChangeFileDecorations: Event<Uri[]> = this._onDidChangeDecorations.event;
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/git/src/
H A DdecorationProvider.ts18 readonly onDidChangeFileDecorations: Event<Uri[]>; property in GitIgnoreDecorationProvider
23 this.onDidChangeFileDecorations = fireEvent(anyEvent<any>(
96 readonly onDidChangeFileDecorations: Event<Uri[]> = this._onDidChangeDecorations.event;