项目文件夹

文件
wehub-resource-sync fdedcf53bb
Basic checks / Compilation, Unit and Integration Tests (push) Has been cancelled
Basic checks / Hygiene and Layering (push) Has been cancelled
Basic checks / Warm up node modules cache (push) Has been cancelled
Check Format and Lint / lint-and-format (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:36:35 +08:00

33 行
705 B
JSON

{
"name": "terminal-suggest",
"publisher": "vscode",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.1",
"private": true,
"license": "MIT",
"icon": "./src/media/icon.png",
"engines": {
"vscode": "^1.95.0"
},
"categories": [
"Other"
],
"enabledApiProposals": [
"terminalCompletionProvider"
],
"scripts": {
"compile": "npx gulp compile-extension:terminal-suggest",
"watch": "npx gulp watch-extension:terminal-suggest"
},
"main": "./out/terminalSuggestMain",
"activationEvents": [
"onTerminalCompletionsRequested"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}