mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Enable no unused parameters in vscode-api tests
This commit is contained in:
@@ -65,7 +65,7 @@ suite('commands namespace tests', () => {
|
||||
});
|
||||
|
||||
return workspace.openTextDocument(join(workspace.rootPath || '', './far.js')).then(doc => {
|
||||
return window.showTextDocument(doc).then(editor => {
|
||||
return window.showTextDocument(doc).then(_editor => {
|
||||
return commands.executeCommand('t1', 12345, commands);
|
||||
}).then(() => {
|
||||
assert.ok(args);
|
||||
|
||||
Reference in New Issue
Block a user