mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Fix spelling
This commit is contained in:
@@ -19,7 +19,7 @@ import { PluginManager } from './utils/plugins';
|
||||
|
||||
export function createLazyClientHost(
|
||||
context: vscode.ExtensionContext,
|
||||
onCaseInsenitiveFileSystem: boolean,
|
||||
onCaseInsensitiveFileSystem: boolean,
|
||||
services: {
|
||||
pluginManager: PluginManager,
|
||||
commandManager: CommandManager,
|
||||
@@ -34,7 +34,7 @@ export function createLazyClientHost(
|
||||
const clientHost = new TypeScriptServiceClientHost(
|
||||
standardLanguageDescriptions,
|
||||
context,
|
||||
onCaseInsenitiveFileSystem,
|
||||
onCaseInsensitiveFileSystem,
|
||||
services,
|
||||
onCompletionAccepted);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user