File tree Expand file tree Collapse file tree 5 files changed +208
-429
lines changed Expand file tree Collapse file tree 5 files changed +208
-429
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ 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
- ## [ Unreleased ]
8
+ ## [ 1.16.1 ]
9
9
10
10
### Fixed
11
11
12
+ - A filepath quoting issue on Windows when using R with a ` .bat ` file extension.
13
+ (#2637 )
12
14
- Detect and report auth client errors at deploy time. (#2654 )
13
15
14
16
## [ 1.16.0]
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.16.0 -darwin-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.0 /publisher-1.16.0 -darwin-arm64.vsix )
15
- - For Intel MacOS: [ publisher-1.16.0 -darwin-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.0 /publisher-1.16.0 -darwin-amd64.vsix )
16
- - For Windows: [ publisher-1.16.0 -windows-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.0 /publisher-1.16.0 -windows-amd64.vsix )
17
- - For Arm Linux: [ publisher-1.16.0 -linux-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.0 /publisher-1.16.0 -linux-arm64.vsix )
18
- - For Intel Linux: [ publisher-1.16.0 -linux-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.0 /publisher-1.16.0 -linux-amd64.vsix )
14
+ - For Arm MacOS: [ publisher-1.16.1 -darwin-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.1 /publisher-1.16.1 -darwin-arm64.vsix )
15
+ - For Intel MacOS: [ publisher-1.16.1 -darwin-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.1 /publisher-1.16.1 -darwin-amd64.vsix )
16
+ - For Windows: [ publisher-1.16.1 -windows-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.1 /publisher-1.16.1 -windows-amd64.vsix )
17
+ - For Arm Linux: [ publisher-1.16.1 -linux-arm64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.1 /publisher-1.16.1 -linux-arm64.vsix )
18
+ - For Intel Linux: [ publisher-1.16.1 -linux-amd64.vsix] ( https://cdn.posit.co/publisher/releases/tags/v1.16.1 /publisher-1.16.1 -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