We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279f675 commit b7dcc24Copy full SHA for b7dcc24
package.json
@@ -109,8 +109,8 @@
109
"title": "Ampersand: Generate prototype"
110
},
111
{
112
- "command": "extension.generatePrototype",
113
- "title": "Ampersand: Generate prototype"
+ "command": "extension.generateFunctionalSpec",
+ "title": "Ampersand: Generate functional spec"
114
}
115
],
116
"problemMatchers": [
@@ -259,4 +259,4 @@
259
"ts-node": "^10.9.2",
260
"typescript": "^5.7.3"
261
262
-}
+}
0 commit comments