Files
vscode-extension-samples/shell-integration-sample
Matt Bierner 2ee6b0b7b9 Update all of our samples to target VSCode 1.100 or newer
This makes sure that if folks get a relatively recent `vscode.d.ts`. It also lets us safely bump up the target to es2024 so you can use all the latest lib additions
2025-08-07 07:57:14 -07:00
..
2024-04-10 12:44:05 -07:00
2024-10-26 17:44:03 -07:00
2024-04-10 12:44:05 -07:00
2024-11-26 22:59:45 -08:00
2024-04-11 11:44:26 -07:00

shell-integration-sample

This sample demonstrates how to use the Terminal.shellIntegration extension API. It contributes a terminal profile which when launched will track the open editor and change automatically to the directory of the file being edited.