Skip to content

Commit

Permalink
Update some VS Code commands
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed May 7, 2024
1 parent a0f4de8 commit 5d40a16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/commands/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 13 additions & 4 deletions docs/commands/vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 5d40a16

Please sign in to comment.