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

fix: sfdx to sf for auth access token, generate manifest and rename lwc component #5409

Merged
merged 7 commits into from
Feb 12, 2024

Conversation

CristiCanizales
Copy link
Contributor

@CristiCanizales CristiCanizales commented Feb 9, 2024

What does this PR do?

  • Transitions "SFDX: Authorize an Org using Session ID" & "SFDX: Generate Manifest File" & "SFDX: Rename Component" commands to SF

What issues does this PR fix or reference?

@W-14720800@

@CristiCanizales CristiCanizales changed the title fix: sfdx to sf for auth access token fix: sfdx to sf for auth access token, generate manifest and rename lwc component Feb 9, 2024
@@ -70,5 +71,6 @@
"stop_apex_debug_logging": "SFDX: Replay Debugger 用の Apex デバッグログを無効化",
"telemetry_enabled_description": "Salesforce による利用状況データの収集を有効化するかどうかを指定します。この設定で有効化していても、VS Code 全体の設定 `telemetry.enableTelemetry` が優先されます。",
"visualforce_generate_component_text": "SFDX: Visualforce コンポーネントを作成",
"visualforce_generate_page_text": "SFDX: Visualforce ページを作成"
"visualforce_generate_page_text": "SFDX: Visualforce ページを作成",
"rename_lightning_component_text": "SFDX: Rename Component"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that this used to be only present in the English file and not the Japanese one - good catch!

…ands/renameLightningComponent.test.ts

Co-authored-by: Daphne Yang <139700604+daphne-sfdc@users.noreply.github.com>
Copy link
Contributor

@daphne-sfdc daphne-sfdc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! 🎉

Commands Tested:

• SFDX: Authorize an Org Using Session ID – successful case ✅
• SFDX: Authorize an Org Using Session ID – error case (invalid session ID) prints error message in Output tab ✅

• SFDX: Generate Manifest File – successful case ✅
• SFDX: Generate Manifest File – error case (anonymous Apex file) prints error message in Output tab ✅

• SFDX: Rename Component – successful case (LWC) ✅
• SFDX: Rename Component – successful case (Aura) ✅
• SFDX: Rename Component – error case (name does not start with letter) prints error message in Output tab ✅

@daphne-sfdc daphne-sfdc merged commit ba5bdc3 into develop Feb 12, 2024
12 checks passed
@daphne-sfdc daphne-sfdc deleted the cristi/w-14720800 branch February 12, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants