Skip to content

Commit

Permalink
Merge pull request #1690 from OmniSharp/filipw-patch-1
Browse files Browse the repository at this point in the history
#1686 in the changelog
  • Loading branch information
bjorkstromm authored Jan 25, 2020
2 parents f19bb41 + 0065299 commit d9a33d8
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 d9a33d8

Please sign in to comment.