carpentries-incubator / julia-novice

A lesson exploring the Julia language
https://carpentries-incubator.github.io/julia-novice
Other
16 stars 21 forks source link

Replace Nano with Visual Studio Code in setup instructions #41

Closed snotskie closed 1 year ago

snotskie commented 1 year ago

I am teaching this lesson next week. Reviewing the materials, I would like to change the setup instructions to use Visual Studio Code instead of nano.

Four motivations:

This is my first time editing a carpentries lesson, so I tried to keep my changes minimal without deleting what was already there. I created a vscode.html drop-in replacement for editor.html instead of editing editor.html directly, and updated setup.md to match.

BeastyBlacksmith commented 1 year ago

I think it is a good idea to give VSCode instructions as an alternative rather than a replacement. Usually this course is thought to be tought in combination with the shell and the git lesson, which both use nano as text editor. So I'd leave it to the instructor to choose which editor to use for this lesson.

Recently a student of mine made a video about setting up julia with vscode, which we could link here.

snotskie commented 1 year ago

I think having both / leaving to the instructor is a good idea

good video too!

should I make the changes on my fork?

BeastyBlacksmith commented 1 year ago

should I make the changes on my fork?

That would be good, yes :)

snotskie commented 1 year ago

Changes made, how's it look?

BeastyBlacksmith commented 1 year ago

Looks good, thank you :) You might add yourself to the AUTHORS file