From afb965c351e1cf007d1d77f89b6b39b065173402 Mon Sep 17 00:00:00 2001 From: Mitchell Mackert <98185767+gr00vytvniks@users.noreply.github.com> Date: Fri, 6 May 2022 15:32:36 -0500 Subject: [PATCH] Update README.md (#44) * Update README.md Closes #16 * update testings in debug --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4679be9..4cb9895 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Currently it gets activated once you open a file with `.sw` extension. ## Testing -Prior to testing make sure you have [`forc`](https://github.com/FuelLabs/sway/tree/master/forc) command exported as well. +Prior to testing make sure you have [`forc`](https://github.com/FuelLabs/sway/tree/master/forc) installed as well. ## Testing as a real installed extension @@ -26,9 +26,8 @@ npm run install-extension - Make sure that in `Run and Debug` Tab that "Launch Client" is selected - press F5 and new Visual Studio Code Debug Window will be opened. - Within that Window open a `.sw` file like `main.sw` - which will activate `forc lsp`. -## Testing in Debug mode with the attached Server +## Testing in Debug mode with the attached Server _(This is only needed if you are developing the Server.)_ -- (This is only needed if you are developing the Server.) - Install this extension -> [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) - Repeat the steps outlined in "Testing in Debug mode", then go back `Run and Debug` Tab, from the dropdown menu choose "Sway Server" which will attach the server in the debug mode as well.