Skip to content

Files

Latest commit

9fb82e1 · Mar 3, 2025

History

History

terminal-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 29, 2020
Nov 27, 2024
Dec 30, 2016
Dec 30, 2016
Jun 15, 2021
Oct 24, 2018
Nov 27, 2024
Mar 3, 2025
Mar 3, 2025
Feb 28, 2022
Nov 27, 2024
Nov 27, 2024

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
  • window.registerTerminalProfileProvider

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