We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
monaco-editor version: 0.18.1 Browser: Chrome OS: Win 10
Steps or JS usage snippet reproducing the issue:
monaco.editor.create(document.getElementById("container"), { value: "function hello() {\n\talert('Hello world!');}\n\nhello()\n", language: "typescript" });
hello
=> Expected: Crtl + Z works (and undos the change)
Crtl + Z
=> Actual: Crtl + Z does nothing
Note: At the moment the rename feature only works in the current model, so IMO there is no reason to destroy the undo stack.
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #1548
Sorry, something went wrong.
Ah thanks. => Closing.
I edited the other issue to clarify that maybe edit operations of language providers are affected in general.
Cool. Thanks!
No branches or pull requests
monaco-editor version: 0.18.1
Browser: Chrome
OS: Win 10
Steps or JS usage snippet reproducing the issue:
hello
symbol; hit F2 (Rename not available in monaco-typescript #300) and change the name=> Expected:
Crtl + Z
works (and undos the change)=> Actual:
Crtl + Z
does nothingNote: At the moment the rename feature only works in the current model, so IMO there is no reason to destroy the undo stack.
The text was updated successfully, but these errors were encountered: