Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99653

Terminal does not open

$
0
0

I have tried to use this:

let disposable = vscode.commands.registerCommand('extension.helloWorld', function () {
    vscode.window.createTerminal(`New terminal name`)
});

But, after running nothing happens.


Viewing all articles
Browse latest Browse all 99653