Skip to content

Commit d9a33d8

Browse files
authored
Merge pull request #1690 from OmniSharp/filipw-patch-1
#1686 in the changelog
2 parents f19bb41 + 0065299 commit d9a33d8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ All changes to the project will be documented in this file.
1414
}
1515
}
1616
```
17+
* Added support for organizing usings on format. This can be set via OmniSharp configuration, such as `omnisharp.json` file. (PR: [#1686](https://github.com/OmniSharp/omnisharp-roslyn/pull/1686))
18+
```JSON
19+
{
20+
"FormattingOptions": {
21+
"OrganizeImports": true
22+
}
23+
}
24+
```
1725

1826
## [1.34.9] - 2019-12-10
1927
* Updated to MsBuild 16.4.0 on Windows (PR:[#1662](https://github.com/OmniSharp/omnisharp-roslyn/pull/1662))

0 commit comments

Comments
 (0)