mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Rename modeId -> languageId
This commit is contained in:
@@ -170,7 +170,7 @@ export class ExtHostDocuments implements ExtHostDocumentsShape {
|
||||
}));
|
||||
}
|
||||
|
||||
public setWordDefinitionFor(modeId: string, wordDefinition: RegExp | undefined): void {
|
||||
setWordDefinitionFor(modeId, wordDefinition);
|
||||
public setWordDefinitionFor(languageId: string, wordDefinition: RegExp | undefined): void {
|
||||
setWordDefinitionFor(languageId, wordDefinition);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user