-
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] Handle invalid VISQ data #1561
[MPQEditor] Handle invalid VISQ data #1561
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 Thanks.
However, additionally, I think it would be better if
(1) non-visq files are unabled to be selected from the window initially.
(2) the circle viewer doesn't flick.
And I wonder what would happen if any non-visq file with *.visq.json postfix is selected.
@dayo09 Thank you for your review.
By default selector is set to
It will make sure that file doesn't contain ONE-vscode/src/MPQEditor/MPQCircleSelector.ts Line 253 in 1295a74
|
PR can be reworked. However it will be a large change. |
@stamalakhov I don't mind whether you proceed it in next PR or here. :-D
Oh sure. Those concerns are resolved then. |
abfa530
to
c75df57
Compare
This commit implements handling of invalid VISQ file. ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov <[email protected]>
c75df57
to
7c0db20
Compare
@dayo09 |
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 handling of invalid VISQ file.
It's correctness is approved below:
simplescreenrecorder-2023-05-23_11.37.45.mp4
Fresh draft: #1543
Full draft: #1505
Related: #1491
ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov [email protected]