File tree Expand file tree Collapse file tree 5 files changed +2697
-1082
lines changed Expand file tree Collapse file tree 5 files changed +2697
-1082
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.6.0]
9
+
10
+ ### Added
11
+
12
+ - Added emphasis to the entrypoint file for the selected deployment in the
13
+ Project Files view (#2239 )
14
+ - When running the extension in Positron the selected R interpreter is now used
15
+ rather than using the R interpreter from the PATH (#1968 )
16
+ - Added improved inspection for RMarkdown sites. When a ` _site.yml ` or
17
+ ` _bookdown.yml ` file present the content category is correctly set to ` site ` .
18
+ (#1643 )
19
+ - Added improved inspection and initial configurations for Quarto Websites when
20
+ a ` _quarto.yml ` is present. Pre and post scripts are now automatically
21
+ included in the initial configuration. (#2266 )
22
+
23
+ ### Fixed
24
+
25
+ - Fixed the extension sidebar freezing when a deployment with a large number of
26
+ files is selected (#2204 )
27
+
8
28
## [ 1.4.0]
9
29
10
30
### Changed
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ Install.
11
11
12
12
Download and install the VS Code extension.
13
13
14
- - For Arm MacOS: [ publisher-1.4 .0-darwin-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.4 .0/publisher-1.4 .0-darwin-arm64.vsix )
15
- - For Intel MacOS: [ publisher-1.4 .0-darwin-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.4 .0/publisher-1.4 .0-darwin-amd64.vsix )
16
- - For Windows: [ publisher-1.4 .0-windows-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.4 .0/publisher-1.4 .0-windows-amd64.vsix )
17
- - For Arm Linux: [ publisher-1.4 .0-linux-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.4 .0/publisher-1.4 .0-linux-arm64.vsix )
18
- - For Intel Linux: [ publisher-1.4 .0-linux-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.4 .0/publisher-1.4 .0-linux-amd64.vsix )
14
+ - For Arm MacOS: [ publisher-1.6 .0-darwin-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.6 .0/publisher-1.6 .0-darwin-arm64.vsix )
15
+ - For Intel MacOS: [ publisher-1.6 .0-darwin-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.6 .0/publisher-1.6 .0-darwin-amd64.vsix )
16
+ - For Windows: [ publisher-1.6 .0-windows-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.6 .0/publisher-1.6 .0-windows-amd64.vsix )
17
+ - For Arm Linux: [ publisher-1.6 .0-linux-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.6 .0/publisher-1.6 .0-linux-arm64.vsix )
18
+ - For Intel Linux: [ publisher-1.6 .0-linux-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.6 .0/publisher-1.6 .0-linux-amd64.vsix )
19
19
20
20
To learn how to install a ` .vsix ` file, see the [ Install from a
21
21
VSIX] ( https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix )
You can’t perform that action at this time.
0 commit comments