Files
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

31 lines
638 B
JSON

{
"name": "vscode-theme-seti",
"private": true,
"version": "1.0.0",
"displayName": "%displayName%",
"description": "%description%",
"publisher": "vscode",
"license": "MIT",
"icon": "icons/seti-circular-128x128.png",
"scripts": {
"update": "node ./build/update-icon-theme.js"
},
"engines": {
"vscode": "*"
},
"categories": ["Themes"],
"contributes": {
"iconThemes": [
{
"id": "vs-seti",
"label": "%themeLabel%",
"path": "./icons/vs-seti-icon-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}