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 3591134 commit 2de0045Copy full SHA for 2de0045
src/VSCode/package.json
@@ -89,6 +89,10 @@
89
{
90
"command": "restApiClientCodeGenerator.typescript.rxjs",
91
"title": "Generate TypeScript Client for RxJS"
92
+ },
93
+ {
94
+ "command": "restApiClientCodeGenerator.refitterSettings",
95
+ "title": "Generate Refitter Output"
96
}
97
],
98
"menus": {
@@ -97,6 +101,11 @@
101
"submenu": "restApiClientCodeGenerator.submenu",
102
"when": "resourceExtname == .json || resourceExtname == .yaml || resourceExtname == .yml",
99
103
"group": "z_commands"
104
105
106
107
+ "when": "resourceExtname == .refitter",
108
+ "group": "z_commands"
100
109
110
111
"restApiClientCodeGenerator.submenu": [
0 commit comments