From 5d40a168b89a7169c1799be5b26f630cb8b7162a Mon Sep 17 00:00:00 2001 From: Dervex Date: Tue, 7 May 2024 23:49:31 +0200 Subject: [PATCH] Update some VS Code commands --- docs/commands/cli.mdx | 2 +- docs/commands/vscode.mdx | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/commands/cli.mdx b/docs/commands/cli.mdx index efb887c..476d972 100644 --- a/docs/commands/cli.mdx +++ b/docs/commands/cli.mdx @@ -170,7 +170,7 @@ Options: ## Update -Forcefully check for updates and update Argon CLI and plugin if available. +Forcefully check for updates and update Argon CLI or Roblox Studio plugin if available. ```bash argon update diff --git a/docs/commands/vscode.mdx b/docs/commands/vscode.mdx index 983673b..5e19634 100644 --- a/docs/commands/vscode.mdx +++ b/docs/commands/vscode.mdx @@ -82,7 +82,7 @@ If there are any running Argon sessions, stop selected one or all of them. Start or stop Roblox playtest with the selected mode. -Available modes: +Modes: - `Play` - Play the game as a player - `Run` - Run the game server only @@ -95,15 +95,24 @@ Execute Luau code in Roblox Studio, Requires running [Live Sync](../getting-star ## Studio -Launch a new instance of Roblox Studio or open place file directly from the command line. +Launch a new instance of Roblox Studio or open place file directly from the Visual Studio Code. + +Arguments: + +- **place** - place file (`.rbxl` / `.rbxlx`) to open _(optional)_ ## Plugin -Install or uninstall Argon Roblox Studio plugin locally +Install or uninstall Argon Roblox Studio plugin locally. + +Modes: + +- `Install` - Install the plugin +- `Uninstall` - Uninstall the plugin ## Update -Forcefully check for updates and update Argon CLI and plugin if available. +Forcefully check for updates and update Argon CLI or Roblox Studio plugin if available. ## Settings