Skip to content
New issue

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

typescript autoIndent wrong on 0.19.0 and autoClosingBrackets wrong too #1726

Closed
tangjfn opened this issue Dec 21, 2019 · 0 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority typescript

Comments

@tangjfn
Copy link

tangjfn commented Dec 21, 2019

monaco-editor version: 0.19.0
Browser: chrome
OS: Windows 10
Playground code that reproduces the issue:

// 1 autoIndent 
function test {
<--- cursor position is here
    <--- here is expected

// 2 autoClosingBrackets 
// now
function test {
}

// expected
function test {
    <-- cursor is here
}
@rebornix rebornix added typescript bug Issue identified by VS Code Team member as probable bug labels Jan 1, 2020
@alexdima alexdima assigned rebornix and alexdima and unassigned rebornix Jan 6, 2020
@alexdima alexdima added the important Issue identified as high-priority label Jan 6, 2020
alexdima added a commit to microsoft/vscode that referenced this issue Jan 6, 2020
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 20, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority typescript
Projects
None yet
Development

No branches or pull requests

3 participants