Skip to content

Commit 6137d60

Browse files
authored
Merge pull request #519 from carpentries-incubator/vscodium
Add VSCodium as an example IDE
2 parents c40cf95 + 26ac8e8 commit 6137d60

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

learners/installation-instructions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ You will need the following software and accounts setup to be able to follow the
88
- [Git version control program](#git-version-control-tool)
99
- [GitHub account](#github-account)
1010
- [Python 3 distribution](#python-3-distribution)
11-
- [PyCharm](#pycharm) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE)
11+
- [PyCharm](#pycharm) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE).
12+
You can use another IDE of your choice but note that it may not have been tested with the material of this lesson and some features we are showcasing may not be available in that IDE.
1213

1314
::::::::::::::::::::::::::::::::::::::::: callout
1415

@@ -308,6 +309,10 @@ two tools (that correspond to your Python distribution) installed on your machin
308309

309310
## IDE
310311

312+
The material has been tested with PyCharm and VS Code IDEs.
313+
You can use another IDE of your choice but note that some features we are showcasing in the lesson may not be available in that IDE (but the material could still be followed with modifications).
314+
For example, [VSCodium][vscodium] is fairly similar to VS Code (VSCodium entirely removes all telemetry, usage data collection, and tracking functionality present in the default Microsoft VS Code) and might work well but has not been tested by the developers of this lesson.
315+
311316
### PyCharm
312317

313318
You can use JetBrains's [PyCharm Python Integrated Development Environment](https://www.jetbrains.com/pycharm) for the course.

links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@
5555
[training]: https://carpentries.github.io/instructor-training/
5656
[yaml]: http://yaml.org/
5757
[ssi-fair-lesson]: https://github.com/carpentries-incubator/fair-research-software
58+
[vscodium]: https://vscodium.com/

0 commit comments

Comments
 (0)