Hi,
After generating theme on Aether, I see that local.theme-aether-1.0.0 is generated in ~/.vscode/extensions (which I have confirmed to be the extensions directory) yet the theme doesn't appear at all on the VSCode theme picker, nor does the local extension appear in the installed Extensions tab.
~ ❯ cat ~/.vscode/extensions/local.theme-aether-1.0.0/package.json
{
"name": "theme-aether",
"displayName": "Aether Theme",
"description": "Aether color theme generated from wallpaper",
"publisher": "local",
"version": "1.0.0",
"engines": {
"vscode": "^1.70.0"
},
"categories": ["Themes"],
"contributes": {
"themes": [
{
"label": "Aether",
"uiTheme": "vs-dark",
"path": "./themes/aether-color-theme.json"
}
]
}
}
~ ❯ code --list-extensions | grep aether
~ ✗
Hi,
After generating theme on Aether, I see that local.theme-aether-1.0.0 is generated in ~/.vscode/extensions (which I have confirmed to be the extensions directory) yet the theme doesn't appear at all on the VSCode theme picker, nor does the local extension appear in the installed Extensions tab.