From bb9050e3d4b66962a11cc160aa2e97a2d0be5772 Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Mon, 26 Feb 2018 01:21:06 -0500 Subject: [PATCH] Rename the ODrive VSCode workspace file to something more useful --- Firmware/configuring-vscode.md | 2 +- ...eWorkspace.code-workspace => ODrive_Workspace.code-workspace | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename VSCodeWorkspace.code-workspace => ODrive_Workspace.code-workspace (100%) diff --git a/Firmware/configuring-vscode.md b/Firmware/configuring-vscode.md index ec9b0adb..add9ff45 100644 --- a/Firmware/configuring-vscode.md +++ b/Firmware/configuring-vscode.md @@ -19,7 +19,7 @@ Before doing the VSCode setup, make sure you've installed all of your [prerequis * Path Autocomplete * Auto Comment Blocks 1. Restart VSCode -1. Open the VSCode Workspace file, which is located in the root of the ODrive repository. It is called `VSCodeWorkspace.code-workspace`. The first time you open it, VSCode will install some dependencies. If it fails, you may need to [change your proxy settings](https://code.visualstudio.com/docs/getstarted/settings). +1. Open the VSCode Workspace file, which is located in the root of the ODrive repository. It is called `ODrive_Workspace.code-workspace`. The first time you open it, VSCode will install some dependencies. If it fails, you may need to [change your proxy settings](https://code.visualstudio.com/docs/getstarted/settings). You should now be ready to compile and test the ODrive project. diff --git a/VSCodeWorkspace.code-workspace b/ODrive_Workspace.code-workspace similarity index 100% rename from VSCodeWorkspace.code-workspace rename to ODrive_Workspace.code-workspace