-
Notifications
You must be signed in to change notification settings - Fork 898
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
[Auto Suggest] SQL Syntax Highlighting fix #8951
[Auto Suggest] SQL Syntax Highlighting fix #8951
Conversation
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8951 +/- ##
=======================================
Coverage 60.87% 60.88%
=======================================
Files 3802 3802
Lines 91072 91072
Branches 14375 14375
=======================================
+ Hits 55444 55446 +2
+ Misses 32086 32085 -1
+ Partials 3542 3541 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@paulstn does this need to make it to a next branch? |
Fixes SQL monaco monarch tokens by separating the states for single quoted and double quoted strings so that both can appear properly --------- Signed-off-by: Paul Sebastian <paulstn@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 8f58bce) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@kavilla Not too sure what other branches it should be in, but it wasn't made to go into any other branch so probably no. |
Description
Fixes SQL monaco monarch tokens by separating the states for single quoted and double quoted strings so that both can appear properly
Previously:
Screen.Recording.2024-11-26.at.4.44.26.PM.mov
Fixed:
Screen.Recording.2024-11-26.at.4.47.28.PM.mov
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration