microsoft / microsoft/monaco-editor
Add possibility to remove keybindings
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
monaco-editor version: 0.21.1
Browser: Chrome latest
OS: Mac OS latest
The issue is when connecting to language server using monaco-languageclient, it throws error. (https://github.com/TypeFox/monaco-languageclient/issues/231)
and did a bit research, it seems with new version, the monaco-editor removed dynamicCommand interface from _commandService. any insights to fix ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the error with monaco-languageclient and Monaco Editor 0.21.1, then inspect _commandService and the removed dynamicCommand interface. Done means keybindings can be removed without the reported language-server error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100