-
Notifications
You must be signed in to change notification settings - Fork 92
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
Port zosconsole to next #3058
Port zosconsole to next #3058
Conversation
Signed-off-by: Andrew Smithson <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Andrew Smithson <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
…rofile list Signed-off-by: zFernand0 <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: zFernand0 <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Co-authored-by: Timothy Johnson <[email protected]> Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #3058 +/- ##
==========================================
- Coverage 92.86% 92.73% -0.13%
==========================================
Files 112 113 +1
Lines 11509 11566 +57
Branches 2560 2424 -136
==========================================
+ Hits 10688 10726 +38
- Misses 819 838 +19
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
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.
Hey @traeok this happened when the changes to HTMLTemplate were reverted per @zFernand0 's request. Do we change it back for this to work as it does in v2 or will that change affect other new v3 functionality that may use the HTMLTemplate? |
Hey @JillieBeanSim, I don't mind opening a PR with the integrated terminal implementation before the end of the week. That way we don't have to merge the templates together and then refactor the implementation to use the built-in VSCode capabilities 😋 |
Hey, We are fast approaching the Breaking-change code-freeze date for V3. We mentioned that it might be a bit late to introduce more enhancements into our version 3.0.0 since the GA date is a little over month away. We also discussed the potential breaking change (for both, users[UX] and developers[webview]) if we decide to implement integrated terminals after having a webview implementation in V3. Please feel free to expand if I missed anything 😋 |
This is a good summary, my questions are:
If I had to choose a way forward, I would stick with the WebView implementation for v3.0.0, then target the integrated MVS+TSO+SSH terminal work for V3.1.0 (code freeze on Jan 02, 2025). |
do we want to mark it deprecated for v3 too moving forward for awareness with plan to move over to the integrated terminal? |
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
{{#uris.resource.css}} | ||
<link type="text/css" rel="stylesheet" href="{{ uris.resource.css }}" /> | ||
{{/uris.resource.css}} | ||
{{#uris.resource.codicons}} | ||
<link type="text/css" rel="stylesheet" href="{{ uris.resource.codicons }}" /> | ||
{{/uris.resource.codicons}} |
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.
This logic is required to support our webviews in v3 - we should add these back to avoid breaking other webviews
Signed-off-by: Billie Simmons <[email protected]>
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
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.
Signed-off-by: Trae Yelovich <[email protected]>
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.
I pushed up a change to fix a couple missing items from the HTML template.
Tested and LGTM - thanks again @JillieBeanSim for the port and for addressing feedback
Quality Gate passedIssues Measures |
Proposed changes
Release Notes
Milestone: n/a port from main
Changelog: n/a
Types of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublish
pnpm --filter vscode-extension-for-zowe vscode:prepublish
Code coverage
Deployment
Further comments