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 b4034e4 commit 85b8924Copy full SHA for 85b8924
backend/src/code-snippet.ts
@@ -161,11 +161,6 @@ export class CodeSnippet {
161
}
162
163
164
- private getPromptName(questions: TerminalAdapter.Questions<any>): string {
165
- const firstQuestionName = _.get(questions, "[0].name");
166
- return (firstQuestionName ? _.startCase(firstQuestionName) : `Step ${this.promptCount}`);
167
- }
168
-
169
private onSuccess(snippetName: string) {
170
const message = `'${snippetName}' snippet has been created.`;
171
this.logger.debug("done running code-snippet! " + message);
0 commit comments