Skip to content

Dacpac Dialog commands need to be conditional in package.json for command palette #20512

@Benjin

Description

@Benjin

These commands need to be added to package.json's contributes/menus/commandPalette section with:

{
    "command": "mssql.launchDacpacDialog",
    "when": "mssql.enableExperimentalFeatures"
},

As is, these still show up in the command palette, but error out because the flag being off means they aren't actually registered.

Originally posted by @Benjin in #20505 (comment)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions