Skip to content

Commit

Permalink
#1686 in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw authored Jan 24, 2020
1 parent f19bb41 commit 0065299
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ All changes to the project will be documented in this file.
}
}
```
* 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))
```JSON
{
"FormattingOptions": {
"OrganizeImports": true
}
}
```

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

0 comments on commit 0065299

Please sign in to comment.