mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
tests - add test suite for native modules
This commit is contained in:
@@ -308,7 +308,6 @@ const newCommands: ApiCommand[] = [
|
||||
v => !v ? v : typeof v === 'number' ? [v, undefined] : [typeConverters.ViewColumn.from(v.viewColumn), typeConverters.TextEditorOpenOptions.from(v)]
|
||||
).optional(),
|
||||
ApiCommandArgument.String.with('label', '').optional()
|
||||
|
||||
],
|
||||
ApiCommandResult.Void
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user