From 01bf8b56e6f0480edf32a322f6ce0f2fca75afce Mon Sep 17 00:00:00 2001 From: Cazdotsys Date: Sun, 11 Aug 2024 17:38:14 -0400 Subject: [PATCH 1/2] Update index.rst to include the update VSCode extension on the marketplace The first commit of many --- docs/source/squirrel/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/squirrel/index.rst b/docs/source/squirrel/index.rst index aa060d5e..12d7a200 100644 --- a/docs/source/squirrel/index.rst +++ b/docs/source/squirrel/index.rst @@ -1,4 +1,4 @@ -rSquirrel +reSquirrel ========= Squirrel is the programming language used by Respawn. A lot of the logic for the game is written in squirrel scripts because of how convenient it is, even for people with little programming knowledge. @@ -33,9 +33,11 @@ the top 2. Navigate through the tabs to find what you want to change 3. Click it VSCode ------ +RespawnSquirrel has been added to the vscode marketplace, you can download it here: -1. Download the [extension](https://discord.com/channels/920776187884732556/950322078945538058/1144711876123574392) -2. Unpack the zip in the extension folder in your vscode install location +https://marketplace.visualstudio.com/items?itemName=FrothyWi-Fi.rspn-squirrel + +Otherwise you can simply search "Respawn Squirrel" in the extensions tab Kate ---- From 37c0094b14f36b4b6bc5d96ac440406186fe9e5a Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:41:26 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- docs/source/squirrel/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/squirrel/index.rst b/docs/source/squirrel/index.rst index 12d7a200..e4a65ec6 100644 --- a/docs/source/squirrel/index.rst +++ b/docs/source/squirrel/index.rst @@ -1,4 +1,4 @@ -reSquirrel +rSquirrel ========= Squirrel is the programming language used by Respawn. A lot of the logic for the game is written in squirrel scripts because of how convenient it is, even for people with little programming knowledge.