Skip to content

Cannot disable unpublished extension anymore #115398

@alexdima

Description

@alexdima
  • create an extension e.g. package.json
{
    "name": "115307",
    "authors": "alex",
    "version": "1.0.0",
    "engines": { "vscode": "^1.22.0" },
    "activationEvents": ["*"],
    "main": "index.js"
}
  • index.js
console.log(`hello world`);

Run scripts\code.bat and see:

The extension cannot be disabled:
image

Metadata

Metadata

Assignees

Labels

invalidIssue identified as not relevant or not valid

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions