-
Notifications
You must be signed in to change notification settings - Fork 51
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
[MPQEditor] Implement createFromDefaultExplorer #1527
Conversation
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.
LGTM
src/MPQEditor/MPQEditor.ts
Outdated
@@ -47,6 +47,12 @@ export class MPQEditorProvider implements vscode.CustomTextEditorProvider { | |||
} | |||
), | |||
// Add command registration here | |||
vscode.commands.registerCommand( | |||
"one.editor.mpq.showFromDefaultExplorer", |
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.
May I ask why the command name is 'show*', as far as I understand, it should be 'createMPQJson'...? (THE SAME COMMENT TO #1529)
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.
@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>
5499f27
to
c46b253
Compare
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.
LGTM, Thanks :-D
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.
LGTM
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