Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Fix typo in TROUBLESHOOTING.md #1285

Merged
merged 1 commit into from
Jul 8, 2019
Merged
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
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Python is a requirement for the language server to run. In VS Code, an interpret
_must_ be selected in order for the language server to properly initialize. If your
language server fails to start, be sure that you have selected an interpreter.

The language server can only run on platforms where the .NET Core can run. This rougly means:
The language server can only run on platforms where the .NET Core can run. This roughly means:

- Windows, 32/64 bit
- macOS, 64 bit
Expand Down