Skip to content

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 [email protected]

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

ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov <[email protected]>
@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