mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Fix potential TSC error
This commit is contained in:
@@ -13,7 +13,7 @@ import * as typeConverters from '../utils/typeConverters';
|
||||
|
||||
// TODO: Remove when we pick up TS 3.2
|
||||
declare module '../protocol' {
|
||||
interface RenameTextSpan extends TextSpan {
|
||||
interface RenameTextSpan extends Proto.TextSpan {
|
||||
readonly prefixText?: string;
|
||||
readonly suffixText?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user