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

[MPQEditor] Implement 'createOrShow' #1535

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

stamalakhov
Copy link
Contributor

This commit implements 'createOrShow' along with needful functions for it.

Its correctness is tested in #1530

Fresh draft: #1530
Full draft: #1505
Related: #1491

ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov s.malakhov@partner.samsung.com

This commit implements 'createOrShow' along with needful functions for it.

ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov <s.malakhov@partner.samsung.com>
@stamalakhov stamalakhov self-assigned this Apr 24, 2023
}

// Otherwise, create a new panel.
const lastSlash = args.modelPath.lastIndexOf(path.sep) + 1;
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 By using this, we can expect that it will work on Windows too. (Otherwise, seperator differs on OS so it won't work). But it wouldn't harm to check the functionality on Windows.

Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

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

LGTM

@seanshpark seanshpark merged commit 9c1f33b into Samsung:main Apr 25, 2023
@stamalakhov stamalakhov deleted the manual_MP_createShow_br branch April 25, 2023 08:16
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