Skip to content

File Management

Wesley Piard edited this page Aug 3, 2023 · 2 revisions

You will almost certainly need to edit files on the servers. There are several ways to accomplish this.

Visual Studio Code

Visual Studio Code is the most "popular" text editor as of 2023. It provides a plethora of extensions and features to customize the way you edit files or write code.

More importantly for us, it has an extension that allows us to edit files on a remote machine using a local instance of the VS Code application. For a guide on getting started, see VS Code Remote Development.

Clone this wiki locally