From abb3491d6525042be703d281327471be11022509 Mon Sep 17 00:00:00 2001 From: Taylor Steinberg Date: Tue, 11 Jun 2024 15:18:49 -0400 Subject: [PATCH] chore: cleanup (#1816) --- CHANGELOG.md | 2 +- README.md | 2 +- docs/index.md | 2 +- docs/installation.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbfa1e55..cc4513adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index a7f9d97b2..47a2dd5e4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/index.md b/docs/index.md index 0421bc14c..ca11252c5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: diff --git a/docs/installation.md b/docs/installation.md index 74fdcb7a2..3de7b0a86 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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.