Skip to content

Aether doesn't sync with Visual Studio Code. #113

Description

@uzair223

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

~ ✗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions