Skip to content

Commit 1098b04

Browse files
authored
[Ignore] Prepare 2.0.0-preview.3 (#1866)
1 parent cbf3f2a commit 1098b04

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# vscode-powershell Release History
22

3+
## v2.0.0-preview.3
4+
### Wednesday, April 10, 2019
5+
#### [vscode-powershell](https://github.com/powershell/vscode-powershell)
6+
7+
- [vscode-PowerShell #1865](https://github.com/PowerShell/vscode-powershell/pull/1867) -
8+
Change casing of `powershell.codeformatting` settings for consistency:
9+
- `powershell.codeformatting.WhitespaceInsideBrace` is now `powershell.codeformatting.whitespaceInsideBrace`
10+
- `powershell.codeformatting.WhitespaceAroundPipe` is now `powershell.codeformatting.whitespaceAroundPipe`
11+
- [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) -
12+
Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSSA issues are fixed (Thanks @bergmeister!)
13+
- [vscode-PowerShell #1838](https://github.com/PowerShell/vscode-PowerShell/pull/1838) -
14+
Set PSReadLine featureFlag default to null so that it can be resolved by settings
15+
- [vscode-PowerShell #1837](https://github.com/PowerShell/vscode-PowerShell/pull/1837) -
16+
Do not use -EncodedCommand on Windows
17+
- [vscode-PowerShell #1825](https://github.com/PowerShell/vscode-PowerShell/pull/1825) -
18+
Switch to current lowercase names for powershell and mdlint recommended extensions (Thanks @rkeithhill!)
19+
- [vscode-PowerShell #1823](https://github.com/PowerShell/vscode-PowerShell/pull/1823) -
20+
Update to official TSLint ext in extensions.json, old version deprecated (Thanks @rkeithhill!)
21+
22+
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
23+
24+
- [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) -
25+
Improve path auto-completion (Thanks @rkeithhill!)
26+
- [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) -
27+
Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!)
28+
- [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) -
29+
Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!)
30+
- [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) -
31+
Move temp folder into repo to avoid state that causes build errors from time to time when rebuilding locally (and packages have updated) (Thanks @bergmeister!)
32+
333
## v2.0.0-preview.2
434
### Friday, March 29, 2019
535

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell",
33
"displayName": "PowerShell",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell scripts in Visual Studio Code!",

tools/releaseBuild/Image/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY build.ps1 containerFiles/build.ps1
2323

2424
# Add an environment variable for build versioning
2525
ENV VSTS_BUILD=1
26-
ENV VSTS_BUILD_VERSION=2.0.1
26+
ENV VSTS_BUILD_VERSION=2.0.2
2727

2828
# Uncomment to debug locally
2929
# RUN Import-Module ./containerFiles/dockerInstall.psm1; `

0 commit comments

Comments
 (0)