Skip to content

Commit 0c96937

Browse files
A few more readme tweaks
1 parent 8fb0974 commit 0c96937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
3838
#### Debugger
3939

4040
* Remote debugging is now supported for attach by using the `pipeTransport` launch.json option.
41-
* Reolved issue with setting breakpoints when there are multple files with the same name (e.g. two 'Program.cs' files).
41+
* Resolved issue with setting breakpoints when there are multple files with the same name (e.g. two 'Program.cs' files).
4242

4343
#### New Dependency Acquisition System
4444

@@ -54,7 +54,7 @@ Several new settings have been added:
5454
#### Colorizer
5555

5656
* A new unit testing framework for testing the colorizer grammer ([#742](https://github.com/OmniSharp/omnisharp-vscode/pull/742)) _(Contributed by [@ivanz](https://github.com/ivanz))_
57-
* Single-line comments after preprocessor directives ([#762](https://github.com/OmniSharp/omnisharp-vscode/pull/762)) _(Contributed by [damieng](https://github.com/damieng))_
57+
* Single-line comments after preprocessor directives ([#762](https://github.com/OmniSharp/omnisharp-vscode/pull/762)) _(Contributed by [@damieng](https://github.com/damieng))_
5858

5959
#### Performance
6060

@@ -65,7 +65,7 @@ Several new settings have been added:
6565
* The prompt to generate assets for building and debugging can now be dismissed for a workspace permanently. In addition, a new `dotnet.generateAssets` command has been added to force regeneration of the assets. ([#635](https://github.com/OmniSharp/omnisharp-vscode/issues/635))
6666
* Fix "running forever" issue for folder with multple .NET Core projects. ([#735](https://github.com/OmniSharp/omnisharp-vscode/issues/735)) _(Contributed by [@eamodio](https://github.com/eamodio))_
6767
* `ctor` snippet is now more consistent with other code snippets. ([#849](https://github.com/OmniSharp/omnisharp-vscode/pull/849)) _(Contibuted by [@Eibx](https://github.com/Eibx))_
68-
* Ampersands in file names are now properly escaped on Windows ([#909](https://github.com/OmniSharp/omnisharp-vscode/pull/909)) _(Contributed by [@filipw](https://github.com/filipw))_
68+
* Ampersands in file paths are now properly escaped on Windows ([#909](https://github.com/OmniSharp/omnisharp-vscode/pull/909)) _(Contributed by [@filipw](https://github.com/filipw))_
6969

7070
### Supported Operating Systems for Debugging
7171

0 commit comments

Comments
 (0)