-
Notifications
You must be signed in to change notification settings - Fork 124
chore(frontend): upgrade frontend to monaco-languageclient v10 #4997
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
Open
aglinxinyuan
wants to merge
25
commits into
apache:main
Choose a base branch
from
aglinxinyuan:chore/monaco-lsp-v10
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7b716ae
chore(deps): upgrade frontend to monaco-languageclient v10
aglinxinyuan 831d9ea
chore(deps): correct d3-path license to ISC in LICENSE-binary
aglinxinyuan 03b36a2
chore(deps): drop unused content-disposition + webpack-bundle-analyzer
aglinxinyuan 08f29c5
chore(deps): drop redundant @codingame/monaco-vscode-* declarations
aglinxinyuan 75c2bc0
chore(deps): drop @codingame/monaco-vscode-textmate-service-override too
aglinxinyuan 710dd1b
chore(deps): drop @codingame/monaco-vscode-theme-defaults-default-ext…
aglinxinyuan dbed098
feat(frontend): retire R UDF editor support
aglinxinyuan e499498
chore(deps): drop redundant `vscode` resolution
aglinxinyuan f422af1
chore(deps): drop unused `vscode` direct dependency
aglinxinyuan 2389879
chore(frontend): inline codingame worker URL refs, drop trampoline files
aglinxinyuan c8d255f
chore(frontend): inline jsdom CSS loader hook as data: URL
aglinxinyuan 8448f66
chore(frontend): simplify code-editor.component.ts
aglinxinyuan be37e63
chore(frontend): align code-editor.component with upstream lifecycle
aglinxinyuan b13f0d4
chore(frontend): collapse codingame factory fileReplacements into exi…
aglinxinyuan 26fdd30
chore(frontend): revert codingame factory to trampoline files, drop a…
aglinxinyuan 624f046
chore(frontend): fix prettier-eslint formatting on code-editor.component
aglinxinyuan 932ee2d
Merge branch 'main' into chore/monaco-lsp-v10
aglinxinyuan 45fd824
chore(frontend): drop stale LICENSE-binary entries
aglinxinyuan de4d47b
chore(frontend): trim custom-webpack.config.js to what's still load-b…
aglinxinyuan 51b4fe5
chore(frontend): address Copilot review on code-editor.component
aglinxinyuan e8e67b5
chore(frontend): tidy code-debugger imports and jsdom polyfill comments
aglinxinyuan 018188d
chore(frontend): second cleanup pass on PR-touched files
aglinxinyuan f31be01
chore(frontend): squeeze line count out of polyfill + worker comment
aglinxinyuan 93f895f
chore(frontend): inline single-call helpers and compact stub class bo…
aglinxinyuan 33eea83
chore(frontend): address Copilot follow-up + drop redundant Selection…
aglinxinyuan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Already done — see e8e67b5. Both
import "@codingame/monaco-vscode-{python,java}-default-extension"lines were dropped fromcode-debugger.component.ts, and the centralizedensureVscodeApiStarted()incode-editor.component.ts(where the editor stack is actually instantiated) is the only place loading them now. The static side-effect imports on the debugger were leftover duplicates and are gone.