Skip to content

Commit b9bb55f

Browse files
committed
Rename option picker command
1 parent 66a3fc6 commit b9bb55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const CMD_GET_PROJECT_FILE = 'ada.getProjectFile';
8888
export const CMD_SPARK_LIMIT_SUBP_ARG = 'ada.spark.limitSubpArg';
8989
export const CMD_SPARK_LIMIT_REGION_ARG = 'ada.spark.limitRegionArg';
9090
export const CMD_SPARK_PROVE_SUBP = 'ada.spark.proveSubprogram';
91-
const CMD_SPARK_ASK_OPTIONS = 'ada.spark.askSPARKOptions';
91+
const CMD_SPARK_ASK_OPTIONS = 'ada.spark.askGNATproveOptions';
9292

9393
/**
9494
* Identifier for the command that shows the extension's output in the Output panel.

0 commit comments

Comments
 (0)