Is there a VSCode API to check if the extension is enabled or disabled? I have tried using, vscode.extensions.getExtension("<EXTENSION-ID>").isActive
but it always returns false
.
Changing the status of the Extension from the Extensions page also does not seem to affect the value if isActive
.