We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a3fc6 commit b9bb55fCopy full SHA for b9bb55f
integration/vscode/ada/src/commands.ts
@@ -88,7 +88,7 @@ export const CMD_GET_PROJECT_FILE = 'ada.getProjectFile';
88
export const CMD_SPARK_LIMIT_SUBP_ARG = 'ada.spark.limitSubpArg';
89
export const CMD_SPARK_LIMIT_REGION_ARG = 'ada.spark.limitRegionArg';
90
export const CMD_SPARK_PROVE_SUBP = 'ada.spark.proveSubprogram';
91
-const CMD_SPARK_ASK_OPTIONS = 'ada.spark.askSPARKOptions';
+const CMD_SPARK_ASK_OPTIONS = 'ada.spark.askGNATproveOptions';
92
93
/**
94
* Identifier for the command that shows the extension's output in the Output panel.
0 commit comments