Julia (@JuliaComputing) and VSCode on Native M1.

  1. Install M1 Native VSCode.

  2. Install Xcode & Command Line tools.

  3. Clone Julia master.

  4. make

  5. ./julia

  6. ENV[“JULIA_GR_PROVIDER”] = “GR”

  7. ]add Plots

  8. using Plots

  9. plot(randn(10))

  10. Point VSCode at new julia and 🍾🤩🥳