From 5e3c35deb572d871201de9538b5ce55bd7c6e5ac Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Wed, 30 Nov 2016 16:19:20 +0100 Subject: [PATCH] Updated Code Editor Roadmap (markdown) --- Code-Editor-Roadmap.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Code-Editor-Roadmap.md b/Code-Editor-Roadmap.md index 730947e..3611ad7 100644 --- a/Code-Editor-Roadmap.md +++ b/Code-Editor-Roadmap.md @@ -1,4 +1,12 @@ ## Cursor -* [issue #11150](https://github.com/Microsoft/vscode/issues/11150): Changing multiple occurrences when they are adjacent loses one of the occurrences \ No newline at end of file +* [issue #11150](https://github.com/Microsoft/vscode/issues/11150): Changing multiple occurrences when they are adjacent loses one of the occurrences + +## Indenting/Outdenting + +* [issue #9409](https://github.com/Microsoft/vscode/issues/9409): Outdent issue with Typescript +* [issue #15598](https://github.com/Microsoft/vscode/issues/15598): Multi-line indents do not preserve partial indents + + +