mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
💄 tslint /api
This commit is contained in:
@@ -23,7 +23,7 @@ export class ExtHostConfiguration {
|
||||
this._onDidChangeConfiguration = new Emitter<void>();
|
||||
}
|
||||
|
||||
get onDidChangeConfiguration() {
|
||||
get onDidChangeConfiguration(): Event<void> {
|
||||
return this._onDidChangeConfiguration && this._onDidChangeConfiguration.event;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user