VS Code for Fortran Ep.3: Automated Build Process

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 16

  • @plxish
    @plxish 4 роки тому +2

    Thanks! That was really useful, especially the last part using the make file as this is what most people do in real life situations.

  • @hairocontreras3374
    @hairocontreras3374 5 місяців тому +2

    Congratulation for your video. So, I want only give one recomendation for other partners, in my case the solución for some code lines was:
    "label": "make build dir",
    "type": "shell",
    "command": "if (!(Test-Path -Path \"./build\")) { New-Item -ItemType Directory -Path \"./build\" }"

  • @andrea_moro
    @andrea_moro 3 роки тому +2

    Thanks, I've been looking for a ide fortran debugger working on mac for a while

  • @FleshgodImmolation
    @FleshgodImmolation 3 роки тому +1

    Great tutorial!
    While testing your example files, I recognized that the "local" settings, which are located in the .vscode directory, are only applied if you open a single project folder as workspace in vscode.
    It gave me some headache to figure this out, since I initially loaded the complete folder, including all example folders into vscode and this way it did not work.
    Correct me if I'm wrong, I just started using vscode. But maybe this helps others, facing the same issue.
    Best regards!

  • @cjhickspe1399
    @cjhickspe1399 2 роки тому

    This was a lot more useful by adding {fileBasenameNoextension}.exe and .f95 into the argument list. Then a Ctrl-Shft-B builds the target project. No libraries but for simple builds it works well.

  • @francescafran5826
    @francescafran5826 2 роки тому

    thank you Lukas, the series is awesome! Really great!
    How can I also generate .o files and put them in a separate folder? I do have a way but not as simple as I think it could be

  • @maoyang3731
    @maoyang3731 4 роки тому +1

    fantastic, Will there be more new episode?

    • @lukaslamm5166
      @lukaslamm5166  4 роки тому +2

      Dear Mao Yang,
      thank you! There are at least two more episodes planned for this series. Since I am quiet busy at the moment, I can not tell you when they will go online. I hope you understand. So stay tuned. ;)
      Best regards

  • @jorenpelfrene3025
    @jorenpelfrene3025 Рік тому

    Very helpful tutorial series. Thank you, Lukas.
    Though in my case 'Run Tasks' did not show the 'hello' tasks, even though I followed all steps closely.

    • @jorenpelfrene3025
      @jorenpelfrene3025 Рік тому

      ... and a little later I figured out my mistake. All works perfectly fine now :)

  • @coolnamehere8224
    @coolnamehere8224 4 роки тому

    Hugely helpful, thanks for making this

  • @maxibove
    @maxibove 3 роки тому

    This series is awesome, Lukas.
    Thank you so much for sharing!

  • @lizandro_mendoza
    @lizandro_mendoza 4 роки тому

    how do you put vertical line in vs code?

    • @lukaslamm5166
      @lukaslamm5166  4 роки тому +1

      Hey,
      if you mean a ruler, take a look here: ua-cam.com/video/MZZLhodCzRY/v-deo.html
      Best regards.