Skip to content

Add missing news entries #1356

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

Merged
merged 1 commit into from
Apr 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions news/2 Fixes/1257-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When `editor.formatOnType` is on, don't add a space for `*args` or `**kwargs`
1 change: 1 addition & 0 deletions news/2 Fixes/1257-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When `editor.formatOnType` is on, don't add a space between a string type specifier and the string literal
1 change: 1 addition & 0 deletions news/2 Fixes/726.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When `editor.formatOnType` is on, don't indent after a single-line statement block
3 changes: 3 additions & 0 deletions news/3 Code Health/1298.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Only trigger the extension for `file` and `untitled` in preparation for
[Visual Studio Live Share](https://aka.ms/vsls)
(thanks to [Jonathan Carter](https://github.com/lostintangent))