Skip to content

Commit

Permalink
Replace template "vscode-extension" name with proper name.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrayer committed Jan 25, 2023
1 parent 0533c79 commit da902c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can alternatively download and install the extension from the command line a
2. Install from the command line with: _(Note that the version number suffix may be different for you)_

```bash
code --install-extension vscode-extension-0.0.1.vsix
code --install-extension shinyuieditor-0.0.1.vsix
```

Note that in order to use the `code` command to perform the installation you may need to open the VS Code Command Palette (Ctrl+Shift+P) and type "shell command" to execute the `Shell Command: Install 'code' command in PATH` command. This will make sure that `code` can be invoked from the command line on your system.
2 changes: 1 addition & 1 deletion inst/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vscode-extension",
"name": "shinyuieditor",
"displayName": "ShinyUiEditor",
"description": "Visual editor interface for constructing R Shiny app UIs",
"version": "0.0.1",
Expand Down
Binary file not shown.

0 comments on commit da902c2

Please sign in to comment.