Typo in filename (#349)
This commit is contained in:
parent
c6d7d127b6
commit
8a5e14f766
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import fs from 'fs'
|
|||
import os from 'os'
|
||||
import path from 'path'
|
||||
import { CancellationToken, CancellationTokenSource, Disposable, Emitter, Event } from 'vscode-languageserver-protocol'
|
||||
import * as fileSchemes from '../utils/fileSchemess'
|
||||
import * as fileSchemes from '../utils/fileSchemes'
|
||||
import { PluginManager } from '../utils/plugins'
|
||||
import { CallbackMap } from './callbackMap'
|
||||
import BufferSyncSupport from './features/bufferSyncSupport'
|
||||
|
|
Loading…
Reference in a new issue