Skip to content

Latest commit

 

History

History
 
 

terminal-sample

vscode-terminal-api-example

This sample provides several commands that demonstrates how to utilize the integrated terminal extension API. Access the commands through the command palette (F1).

demo

VS Code API

vscode module

Proposed API

  • window.createTerminalRenderer
  • window.TerminalRenderer

Contribution Points

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View. This will:
    • Start a task npm: watch to compile the code
    • Run the extension in a new VS Code window