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

[Bug] there is a unexpect bracket #4536

Open
1 of 2 tasks
lockiechen opened this issue May 27, 2024 · 2 comments
Open
1 of 2 tasks

[Bug] there is a unexpect bracket #4536

lockiechen opened this issue May 27, 2024 · 2 comments

Comments

@lockiechen
Copy link

lockiechen commented May 27, 2024

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Link

https://microsoft.github.io/monaco-editor/playground.html?source=v0.49.0#XQAAAAI9AQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscrRIG9UcqL31As63aQy62VWhMDHT6IcUUnGGdK_1yrN_xlAwToPtHwWASnqo0pHyQu_gITish86Pp5B0Fw1Q7j_2KlSwLhjOnhRdGp6F4BgtjleFmVH0tJ8Iy3zQ02nnT4MoqKwtaS6_QF4EtEk4SIi7DIkgUEfPBy_8I0mzmj_5b_ECI4x04vlhLgRwgep0bRNi6Vnt8myG4U6CnlCwvWhkENLFaM1yqKhdLhtqL8fqRPW19ls-DMhVNEhx_0KDr-NMeJeP-36av9qo-R

Monaco Editor Playground Code

const value = /* set from `myEditor.getModel()`: */ `echo \$(hello | grep "no such file(s)")`;


const myEditor = monaco.editor.create(document.getElementById("container"), {
	value,
	language: "shell",
	
});


echo $(hello | grep "no such file(s)")

Reproduction Steps

No response

Actual (Problematic) Behavior

image

Expected Behavior

No response

Additional Context

No response

@lockiechen
Copy link
Author

any suggestion?

@lockiechen
Copy link
Author

image

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

No branches or pull requests

1 participant