Typo in filename (#349)

This commit is contained in:
Ishan 2022-01-25 14:24:02 -05:00 committed by GitHub
parent c6d7d127b6
commit 8a5e14f766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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'