-
Notifications
You must be signed in to change notification settings - Fork 61
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
removed syntax high light and added code mirror for showing YAML #4428
removed syntax high light and added code mirror for showing YAML #4428
Conversation
msivasubramaniaan
commented
Sep 4, 2024
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4428 +/- ##
===========================================
+ Coverage 32.37% 43.58% +11.21%
===========================================
Files 85 98 +13
Lines 6505 7991 +1486
Branches 1349 1703 +354
===========================================
+ Hits 2106 3483 +1377
- Misses 4399 4508 +109 ☔ View full report in Codecov by Sentry. |
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.
One small change, but otherwise looks good
src/webview/common/devfileSearch.tsx
Outdated
@@ -74,6 +76,64 @@ function LinkButton(props: { href: string; disabled: boolean; onClick: () => voi | |||
); | |||
} | |||
|
|||
/*const vscodeTheme = createTheme({ |
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.
If you aren't using this code, please remove it
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Sorry thought of remove it, somehow missed |
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.
Looks good. Thanks, Muthu!