Skip to content

Commit

Permalink
Remove proposed API from shellIntegration sample
Browse files Browse the repository at this point in the history
Fixes #1091
  • Loading branch information
Tyriar committed Sep 20, 2024
1 parent 9a1b473 commit 569afe7
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 343 deletions.
109 changes: 92 additions & 17 deletions shell-integration-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 10 additions & 13 deletions shell-integration-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,22 @@
"description": "",
"version": "0.0.1",
"engines": {
"vscode": "^1.88.0"
"vscode": "^1.93.0"
},
"enabledApiProposals": [
"terminalShellIntegration"
],
"categories": [
"Other"
],
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
"terminal": {
"profiles": [
{
"id": "shell-integration-sample.track-editor-directory",
"title": "Track Editor Directory"
}
]
}
"terminal": {
"profiles": [
{
"id": "shell-integration-sample.track-editor-directory",
"title": "Track Editor Directory"
}
]
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
Expand All @@ -31,8 +28,8 @@
"lint": "eslint src --ext ts"
},
"devDependencies": {
"@types/vscode": "^1.88.0",
"@types/node": "18.x",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.14.0",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 569afe7

Please sign in to comment.