mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
More plugin -> extension
This commit is contained in:
@@ -49,7 +49,7 @@ export function getWordDefinitionFor(modeId: string): RegExp {
|
||||
return _modeId2WordDefinition[modeId];
|
||||
}
|
||||
|
||||
@Remotable.PluginHostContext('ExtHostModelService')
|
||||
@Remotable.ExtHostContext('ExtHostModelService')
|
||||
export class ExtHostModelService {
|
||||
|
||||
private static _handlePool: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user