Skip to content

Commit b7dcc24

Browse files
committed
make documentation command available again
1 parent 279f675 commit b7dcc24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"title": "Ampersand: Generate prototype"
110110
},
111111
{
112-
"command": "extension.generatePrototype",
113-
"title": "Ampersand: Generate prototype"
112+
"command": "extension.generateFunctionalSpec",
113+
"title": "Ampersand: Generate functional spec"
114114
}
115115
],
116116
"problemMatchers": [
@@ -259,4 +259,4 @@
259259
"ts-node": "^10.9.2",
260260
"typescript": "^5.7.3"
261261
}
262-
}
262+
}

0 commit comments

Comments
 (0)