Files
vscode-extension-samples/terminal-sample
Matt Bierner 0b26276bb6 Use vscode/@types for most extension samples
Fixes #180

Changes from using `vscode` to `@types/vscode` for the majority of extension samples. The `@types/vscode` package is much smaller and does not pull in any dependencies.

Other changes:

- Remove so empty test files
- Bump engine versions to match @types/vscode versions
- Use `npm run compile` for most `vscode:prepublish` scripts
2019-05-09 14:52:38 -07:00
..
2019-02-04 10:15:56 -08:00
2016-12-30 11:01:43 +01:00
2016-12-30 11:01:43 +01:00
2018-10-24 14:10:03 -07:00
2018-12-21 10:06:05 -08:00
2018-10-24 14:11:58 -07:00
2018-10-24 14:11:58 -07:00

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