Skip to content

Commit

Permalink
chore: cleanup (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein authored Jun 11, 2024
1 parent 70db666 commit abb3491
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- The renv/staging and renv/sandbox directories are now excluded from deployment (#1627)
- Deploying without the wildcard `*` in the `files` section of the configuration file now includes the correct files (#1647)
- The Python interpreter selected in VSCode/Positron is now used when deploying Python content (#1514)
- The Python interpreter selected in VSCode is now used when deploying Python content (#1514)
- Adding a new destination on Windows no longer fails with a 500 error for R projects (#1631)
- Deploying R projects on Linux no longer fails (#1637)
- Disposables are now correctly disposed in the home view improving performance on workspace changes (#1673)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Posit Publisher

Posit Publisher lets you publish projects to Connect using a code-first workflow,
via an extension for VSCode or Positron.
via an extension for VSCode.

[Documentation](docs/index.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Posit Publisher

Posit Publisher lets you deploy projects to Connect from VSCode / Positron.
Posit Publisher lets you deploy projects to Connect from VSCode.

Key concepts:

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This page walks you through installation options for Posit Publisher.

## Installation for VSCode / Positron
## Installation for VSCode

The VSCode extension package includes everything you need to get started within
VSCode or Positron.
VSCode.

Download and install the VSCode extension.

Expand Down

0 comments on commit abb3491

Please sign in to comment.