compulim / vscode-closetag

Quickly close last opened HTML/XML tag in Visual Studio Code
14 stars 5 forks source link

Set extensionKind to UI #24

Open OldStarchy opened 2 years ago

OldStarchy commented 2 years ago

Adding this to the package.json will let this extension work in remote workspaces.

    "extensionKind": [
        "ui",
        "workspace"
    ],