mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 18:27:38 +01:00
Enabled the noUnusedLocals and added @tsignore
This commit is contained in:
@@ -22,6 +22,7 @@ import { ICommandService } from 'vs/platform/commands/common/commands';
|
||||
export class Adapter {
|
||||
|
||||
constructor(private rawAdapter: IRawAdapter, public extensionDescription: IExtensionDescription,
|
||||
// @ts-ignore unused injected service
|
||||
@IConfigurationResolverService private configurationResolverService: IConfigurationResolverService,
|
||||
@IConfigurationService private configurationService: IConfigurationService,
|
||||
@ICommandService private commandService: ICommandService
|
||||
|
||||
Reference in New Issue
Block a user