Skip to content

Commit

Permalink
Merge pull request #2025 from posit-dev/dotnomad/beta-4
Browse files Browse the repository at this point in the history
Beta 4 documentation and script updates
  • Loading branch information
dotNomad authored Jul 24, 2024
2 parents 014a7d8 + e53e585 commit 57100f8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 deletions.
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ VSCode.

Download and install the VSCode extension.

- For Arm MacOS: [publisher-1.1.3-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.1.3-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-darwin-amd64.vsix)
- For Windows: [publisher-1.1.3-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-windows-amd64.vsix)
- For Arm Linux: [publisher-1.1.3-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-linux-arm64.vsix)
- For Intel Linux: [publisher-1.1.3-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-linux-amd64.vsix)
- For Arm MacOS: [publisher-1.1.4-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.4/publisher-1.1.4-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.1.4-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.4/publisher-1.1.4-darwin-amd64.vsix)
- For Windows: [publisher-1.1.4-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.4/publisher-1.1.4-windows-amd64.vsix)
- For Arm Linux: [publisher-1.1.4-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.4/publisher-1.1.4-linux-arm64.vsix)
- For Intel Linux: [publisher-1.1.4-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.4/publisher-1.1.4-linux-amd64.vsix)

To learn how to install a `.vsix` file, see the [Install from a
VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix)
Expand Down
33 changes: 11 additions & 22 deletions docs/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Opening the UI

In VSCode, open the folder containing the project you want to deploy. In this version of _Posit Publisher_, the project must be in the top level directory.
In VSCode, open the folder containing the project you want to deploy.
In this version of Posit Publisher, a workspace with too many projects may be
slow for some operations .

Open the _Posit Publisher_ UI by clicking the icon in the activity bar.

Expand Down Expand Up @@ -69,7 +71,14 @@ Once the deployment completes, the result will be displayed in the Home view.

---

### Other Views and Features
## Other Views and Features

### Deploy via Entrypoint

You can deploy or create a new deployment directly from an open file. If it is
a valid entrypoint a Posit Publisher button will appear in the editor menu.

![](https://cdn.posit.co/publisher/assets/img/entrypoint-button.png)

### Multiple Deployments

Expand Down Expand Up @@ -147,26 +156,6 @@ If your `renv.lock` file and library are out of sync, run `renv::snapshot()`
or `renv::restore()` to update the lockfile or library, respectively. Clicking
the "eye" icon in the R Packages view will run `renv::snapshot()` for you.

### Deployments

This view lists the deployments for the project. The icon indicates
whether the content has been successfully deployed.

![](https://cdn.posit.co/publisher/assets/img/deployment-icons.png)

### Configurations

This view lists the configurations in your project.

Clicking a configuration will open the configuration file in the editor.
Additionally, you can right-click on a configuration for more operations

- Clone
- Rename
- Delete

![](https://cdn.posit.co/publisher/assets/img/configurations.png)

### Credentials

This view lists the credentials you have defined.
Expand Down
2 changes: 1 addition & 1 deletion install-publisher.bash
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ esac

# version override, swap out latest with the latest and greatest
if [[ $VERSION_TYPE == "release" && $VERSION == "latest" ]]; then
VERSION="1.1.3"
VERSION="1.1.4"
fi

# Variables
Expand Down

0 comments on commit 57100f8

Please sign in to comment.