Visual Studio Code: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
'''visual studio code''' ('''vscode''') is a popular text & code editor created by Michael H. Soft. you can edit text in it. | '''visual studio code''' ('''vscode''') is a popular text & code editor created by Michael [[H]]. Soft. you can edit text in it. | ||
of note for this guide is its "[https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh Remote - SSH]" plugin, which lets you edit files over a secure shell (SSH) session. for the time being, this is ''probably'' the easiest way to edit your pronounmail website. | of note for this guide is its "[https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh Remote - SSH]" plugin, which lets you edit files over a secure shell (SSH) session. for the time being, this is ''probably'' the easiest way to edit your pronounmail website. | ||
| Line 14: | Line 14: | ||
== Connect to pronounmail Dot Com == | == Connect to pronounmail Dot Com == | ||
[[File:Remote.png|thumb|the button in question]] | [[File:Remote.png|thumb|the button in question]] | ||
Click the little "Open a Remote Window" button in the bottom left of the window, and select "Connect to Host..." from the menu that appears. In the text box, type <code><your username>@pronounmail.com</code> and hit enter. If you don't have [[Keys|SSH key authentication]] set up yet, you'll be prompted for a password. | Click the little "Open a Remote Window" button in the bottom left of the window, and select "Connect to Host..." from the menu that appears. In the text box, type <code><your username>@pronounmail.com</code> and hit enter. If you don't have [[Keys|SSH key authentication]] set up yet, you'll be prompted for a password.{{efn|if at this point the connection times out, you might need to go into the settings and turn off "Use Local Server". Also if it asks you for the platform, select Linux.}} | ||
== Open Your Site == | == Open Your Site == | ||