diff --git a/inst/vscode-extension/README.md b/inst/vscode-extension/README.md index db6252a70..a6df30cda 100644 --- a/inst/vscode-extension/README.md +++ b/inst/vscode-extension/README.md @@ -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. diff --git a/inst/vscode-extension/package.json b/inst/vscode-extension/package.json index 535a4d3d2..0b3df2129 100644 --- a/inst/vscode-extension/package.json +++ b/inst/vscode-extension/package.json @@ -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", diff --git a/inst/vscode-extension/vscode-extension-0.0.1.vsix b/inst/vscode-extension/shinyuieditor-0.0.1.vsix similarity index 55% rename from inst/vscode-extension/vscode-extension-0.0.1.vsix rename to inst/vscode-extension/shinyuieditor-0.0.1.vsix index 991d993e3..ba0cfce69 100644 Binary files a/inst/vscode-extension/vscode-extension-0.0.1.vsix and b/inst/vscode-extension/shinyuieditor-0.0.1.vsix differ