rename TextDocumentShowOptions#column to TextDocumentShowOptions#viewColumn

This commit is contained in:
Johannes Rieken
2017-04-25 17:28:32 +02:00
parent 9f01642853
commit 936104d88a
3 changed files with 6 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ export class ExtHostApiCommands {
label,
undefined,
editorOptions,
options ? typeConverters.fromViewColumn(options.column) : undefined
options ? typeConverters.fromViewColumn(options.viewColumn) : undefined
]);
}, {
description: 'Opens the provided resources in the diff editor to compare their contents.',