Skip to content

Commit

Permalink
Update Developing.md
Browse files Browse the repository at this point in the history
Fixed indentation in Building on Windows section
  • Loading branch information
fipro78 authored and vince-fugnitto committed Jun 1, 2022
1 parent 6f0c4d3 commit 5f0fd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ etc.) by opening `packages/<package name>/coverage/index.html`.
- If you need to install `windows-build-tools`, see [`Installing Windows Build Tools`](#installing-windows-build-tools).
- If you run into problems with installing the required build tools, the `node-gyp` documentation offers a useful [guide](https://github.com/nodejs/node-gyp#on-windows) how to install the dependencies manually. The versions required for building Theia are:
- Python 3.6 or higher
- Visual Studio [build tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) 17
- Visual Studio [build tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) 17
- If you have multiple versions of either python or Visual Studio installed or if the tool is not found, you may adjust the used version via the npm config:
- `npm config set python /path/to/executable/python --global`
- `npm config set msvs_version 2017 --global`
Expand Down

0 comments on commit 5f0fd29

Please sign in to comment.