mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Mark readonly
This commit is contained in:
@@ -40,7 +40,7 @@ enum UpdateImportsOnFileMoveSetting {
|
||||
}
|
||||
|
||||
class UpdateImportsOnFileRenameHandler extends Disposable {
|
||||
public static minVersion = API.v300;
|
||||
public static readonly minVersion = API.v300;
|
||||
|
||||
public constructor(
|
||||
private readonly client: ITypeScriptServiceClient,
|
||||
@@ -237,4 +237,4 @@ export function register(
|
||||
) {
|
||||
return new VersionDependentRegistration(client, UpdateImportsOnFileRenameHandler.minVersion, () =>
|
||||
new UpdateImportsOnFileRenameHandler(client, fileConfigurationManager, handles));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user