50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "caelestia-vscode-integration",
|
|
"displayName": "caelestia-vscode-integration",
|
|
"description": "VSCode integration for caelestia dotfiles",
|
|
"version": "1.2.0",
|
|
"publisher": "soramanew",
|
|
"engines": {
|
|
"vscode": "^1.96.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"activationEvents": [
|
|
"onStartupFinished"
|
|
],
|
|
"capabilities": {
|
|
"untrustedWorkspaces": {
|
|
"supported": true
|
|
}
|
|
},
|
|
"main": "./out/extension.js",
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Caelestia",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/caelestia.json",
|
|
"_watch": true
|
|
}
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/caelestia-dots/vscode.git",
|
|
"directory": "caelestia-vscode-integration"
|
|
},
|
|
"dependencies": {
|
|
"tinycolor2": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.x",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@types/vscode": "^1.96.0",
|
|
"@vscode/vsce": "^3.2.1",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"scripts": {
|
|
"vscode:prepublish": "tsc -p ./"
|
|
}
|
|
}
|