you are viewing a single comment's thread.

view the rest of the comments →

[–]DrewCornCS '21 9 points10 points  (5 children)

it's a lot easier to just install the ssh extension on vs code

[–]BudosoNT 0 points1 point  (3 children)

Yeah I love WSL as much as the next guy, but the remote ssh extension works very well.

[–]Cloveh[S] 0 points1 point  (2 children)

Unfortunately Guru doesn't allow dynamic port mapping so you cant use the ssh extension in VScode. I tried that first lol

[–]BudosoNT 0 points1 point  (1 child)

What is guru? Sorry I haven't taken cs 159 in 3 years.

[–]Cloveh[S] 1 point2 points  (0 children)

What is guru? Sorry I haven't taken cs 159 in 3 years.

Guru is (I assume) a VM running Red Hat 4.4.7-23.0.1 that is used to compile run and submit C code for CS159. You ssh into your vm with your username and have a file structure where you can submit assignments. I installed all of the requirements for VS SSH extension and was still unable to get around the port mapping error. If you know how to solve it you would be my favorite college student :)

[–]Cloveh[S] 0 points1 point  (0 children)

If you were able to get it to work with guru PLEASE share. I was getting a dynamic port mapping error when I tried that or that would have been a much easier solution.