-
Notifications
You must be signed in to change notification settings - Fork 406
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
Conversation
@@ -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" |
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.
Interesting that this used to be only present in the English file and not the Japanese one - good catch!
...s/salesforcedx-vscode-core/test/vscode-integration/commands/renameLightningComponent.test.ts
Outdated
Show resolved
Hide resolved
…ands/renameLightningComponent.test.ts Co-authored-by: Daphne Yang <139700604+daphne-sfdc@users.noreply.github.com>
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.
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 ✅
What does this PR do?
What issues does this PR fix or reference?
@W-14720800@