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 74a9298 commit 9252b71Copy full SHA for 9252b71
src/code_transformer/rc_file_transformer.ts
@@ -172,7 +172,7 @@ export class RcFileTransformer {
172
* Add a new command to the rcFile
173
*/
174
addCommand(commandPath: string) {
175
- const commandsProperty = this.#getPropertyAssignmentInDefineConfigCall('providers', '[]')
+ const commandsProperty = this.#getPropertyAssignmentInDefineConfigCall('commands', '[]')
176
const commandsArray = commandsProperty.getInitializerIfKindOrThrow(
177
SyntaxKind.ArrayLiteralExpression
178
)
0 commit comments