Skip to content
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

feat: added context.error to context methods #960

Merged
merged 3 commits into from
Aug 2, 2024

Conversation

Kevin101Zhang
Copy link
Contributor

No description provided.

@Kevin101Zhang Kevin101Zhang linked an issue Jul 31, 2024 that may be closed by this pull request
@Kevin101Zhang Kevin101Zhang marked this pull request as ready for review July 31, 2024 22:29
@Kevin101Zhang Kevin101Zhang requested a review from a team as a code owner July 31, 2024 22:29
@@ -339,7 +339,7 @@ const Editor: React.FC = (): ReactElement => {
);

monaco.languages.typescript.typescriptDefaults.setCompilerOptions({
target: monaco.languages.typescript.ScriptTarget.ES2018,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pavels Code requires methods from ES2020+

@Kevin101Zhang Kevin101Zhang merged commit 1641f19 into main Aug 2, 2024
4 checks passed
@Kevin101Zhang Kevin101Zhang deleted the 939-contexterror-is-highlighted-as-error branch August 2, 2024 20:49
@darunrs darunrs mentioned this pull request Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

context.error is highlighted as error
1 participant