mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -12,7 +12,7 @@ import PHPValidationProvider from './features/validationProvider';
|
||||
|
||||
export function activate(context: vscode.ExtensionContext): any {
|
||||
|
||||
let validator = new PHPValidationProvider();
|
||||
const validator = new PHPValidationProvider();
|
||||
validator.activate(context.subscriptions);
|
||||
|
||||
// add providers
|
||||
|
||||
Reference in New Issue
Block a user