-
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
fix: the SFDX: Create Project command now removes leading and trailing whitespaces from the project name #3950
fix: the SFDX: Create Project command now removes leading and trailing whitespaces from the project name #3950
Conversation
…sing SFDX: Create Project Leading and trailing white spaces will now get stripped when using the SFDX: Create Project command fix #2605
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.
good stuff 👍 a few suggestions in there
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceProjectCreate.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceProjectCreate.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceProjectCreate.test.ts
Outdated
Show resolved
Hide resolved
tests no longer need to run in order
…ow to avoid type error
https://github.com/forcedotcom/salesforcedx-vscode into ken/create-project-strip-leading-trailing-whitespaces
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceProjectCreate.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceProjectCreate.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceProjectCreate.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/util/inputUtils.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/util/inputUtils.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/util/inputUtils.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/util/inputUtils.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/util/inputUtils.test.ts
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceProjectCreate.test.ts
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/util/inputUtils.test.ts
Show resolved
Hide resolved
…-trailing-whitespaces' into ken/create-project-strip-leading-trailing-whitespaces
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.
🍠 Looks good. Don't forget to wait for your QE to approve before hitting the button 👍
Since this is a bug fix, PR title should start with fix:, so changelog generator will categorize this into fix column in changelog. I added Sonal as the reviewer so we need wait her approval on the title to get this PR merged. |
https://github.com/forcedotcom/salesforcedx-vscode into ken/create-project-strip-leading-trailing-whitespaces
Used vsixes and local build to verify this PR: ✅ Verified that SFDX:Create Project command allows leading and trailing space in extensions v54.7.0 |
fix #2605
What does this PR do?
Leading and trailing white spaces will now get stripped when using the SFDX: Create Project command
What issues does this PR fix or reference?
#2605, @W-8190305@
Functionality Before
The SFDX: Create Project command allows leading and trailing whitespaces in the project name.
Functionality After
The SFDX: Create Project command strips leading and trailing whitespaces from the project name.