Skip to content
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

Merged
merged 12 commits into from
Aug 6, 2021
Merged

Conversation

rcoringrato-sfdc
Copy link
Contributor

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@

@rcoringrato-sfdc rcoringrato-sfdc requested a review from a team as a code owner August 5, 2021 15:45
@rcoringrato-sfdc rcoringrato-sfdc requested a review from jag-j August 5, 2021 15:45
@@ -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],
Copy link
Contributor

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.

Copy link
Contributor Author

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?

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants