-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pr/3429 use functions lib to create functions #3476
Conversation
@@ -127,7 +124,7 @@ export class FunctionInfoGatherer implements ParametersGatherer<FunctionInfo> { | |||
} | |||
|
|||
const language = await vscode.window.showQuickPick( | |||
[LANGUAGE_JAVA, LANGUAGE_JAVASCRIPT], | |||
[LANGUAGE_JAVA, LANGUAGE_JAVASCRIPT, LANGUAGE_TYPESCRIPT], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed to see this in Yousef's review. Don't think we want to support typescript yet. This can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jag-sfdc Can you confirm that we'll keep it as is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we will keep this as is.
What does this PR do?
Replace CLI usage with library for Create Function, reducing execution time greatly. Additionally, add typescript support
What issues does this PR fix or reference?
@W-9709809@