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 createFromDefaultExplorer #1527

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

stamalakhov
Copy link
Contributor

@stamalakhov stamalakhov commented Apr 18, 2023

This commit implements createFromDefaultExplorer command for manual mixed precision task.

Its correctness is tested in #1511.

Fresh draft: #1511
Previous draft: #1505
Related: #1491

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

@stamalakhov stamalakhov self-assigned this Apr 18, 2023
seanshpark
seanshpark previously approved these changes Apr 18, 2023
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

@@ -47,6 +47,12 @@ export class MPQEditorProvider implements vscode.CustomTextEditorProvider {
}
),
// Add command registration here
vscode.commands.registerCommand(
"one.editor.mpq.showFromDefaultExplorer",
Copy link
Contributor

Choose a reason for hiding this comment

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

May I ask why the command name is 'show*', as far as I understand, it should be 'createMPQJson'...? (THE SAME COMMENT TO #1529)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dayo09
fixed

This commit implements createFromDefaultExplorer command for manual mixed precision task.

ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov <s.malakhov@partner.samsung.com>
@stamalakhov stamalakhov force-pushed the manual_MPQ_useCreateMPQJson_br branch from 5499f27 to c46b253 Compare April 19, 2023 05:55
@stamalakhov stamalakhov changed the title [MPQEditor] Implement showFromDefaultExplorer [MPQEditor] Implement createFromDefaultExplorer Apr 19, 2023
Copy link
Contributor

@dayo09 dayo09 left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks :-D

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 90ea0b1 into Samsung:main Apr 19, 2023
@stamalakhov stamalakhov deleted the manual_MPQ_useCreateMPQJson_br branch April 19, 2023 08:37
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