Skip to content

Commit f8a693e

Browse files
[Ignore] Prep 1.11 release with Changelog (#1715)
* Prep 1.11 release with Changelog * change default branch to prevent using the wrong branch * spaces
1 parent 88cabc4 commit f8a693e

File tree

6 files changed

+57
-5
lines changed

6 files changed

+57
-5
lines changed

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# vscode-powershell Release History
22

3+
## v1.11.0
4+
### Wednesday, January 23, 2019
5+
#### [vscode-powershell](https://github.com/powershell/vscode-powershell)
6+
7+
- [vscode-PowerShell #1714](https://github.com/PowerShell/vscode-PowerShell/pull/1714) -
8+
Do not run pester tests when user cancels questions using the x button (Thanks @bergmeister!)
9+
- [vscode-PowerShell #1701](https://github.com/PowerShell/vscode-PowerShell/pull/1701) -
10+
Interpret null Describe TestName to mean value can't be eval'd (Thanks @rkeithhill!)
11+
- [vscode-PowerShell #1698](https://github.com/PowerShell/vscode-PowerShell/pull/1698) -
12+
Add 'Run/Debug Pester tests' command and file tab menu (Thanks @bergmeister!)
13+
- [vscode-PowerShell #1697](https://github.com/PowerShell/vscode-PowerShell/pull/1697) -
14+
Remove Region Block snippet (Thanks @fullenw1!)
15+
- [vscode-PowerShell #1690](https://github.com/PowerShell/vscode-PowerShell/pull/1690) -
16+
Refresh CommandExplorer on visible
17+
- [vscode-PowerShell #1688](https://github.com/PowerShell/vscode-PowerShell/pull/1688) -
18+
Fix spacing of package.json after running Invoke-Build to not end up with local changes (Thanks @bergmeister!)
19+
- [vscode-PowerShell #1638](https://github.com/PowerShell/vscode-PowerShell/pull/1638) -
20+
Add icons and enable setting for Command Explorer (Thanks @corbob!)
21+
- [vscode-PowerShell #1679](https://github.com/PowerShell/vscode-PowerShell/pull/1679) -
22+
Update broken links in README (Thanks @josh-!)
23+
- [vscode-PowerShell #1670](https://github.com/PowerShell/vscode-PowerShell/pull/1670) -
24+
Update recommended NodeJS version to 8.x since 6.x will go out of support in April 2019 (Thanks @bergmeister!)
25+
26+
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
27+
28+
- [PowerShellEditorServices #851](https://github.com/PowerShell/PowerShellEditorServices/pull/851) -
29+
Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!)
30+
- [PowerShellEditorServices #842](https://github.com/PowerShell/PowerShellEditorServices/pull/842) -
31+
Fix typos (Thanks @alexandair!)
32+
- [PowerShellEditorServices #838](https://github.com/PowerShell/PowerShellEditorServices/pull/838) -
33+
Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!)
34+
- [PowerShellEditorServices #839](https://github.com/PowerShell/PowerShellEditorServices/pull/839) -
35+
Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!)
36+
- [PowerShellEditorServices #843](https://github.com/PowerShell/PowerShellEditorServices/pull/843) -
37+
Simplify the parameter descriptions and fix typos (Thanks @alexandair!)
38+
- [PowerShellEditorServices #844](https://github.com/PowerShell/PowerShellEditorServices/pull/844) -
39+
Fix an empty verbose message when importing an editor command (Thanks @alexandair!)
40+
- [PowerShellEditorServices #828](https://github.com/PowerShell/PowerShellEditorServices/pull/828) -
41+
Compile against net452 because net451 is not supported any more (Thanks @bergmeister!)
42+
- [PowerShellEditorServices #848](https://github.com/PowerShell/PowerShellEditorServices/pull/848) -
43+
switch an instance of GetFile to TryGetFile to fix #1689
44+
- [PowerShellEditorServices #846](https://github.com/PowerShell/PowerShellEditorServices/pull/846) -
45+
Workaround "attach to process" hang
46+
- [PowerShellEditorServices #829](https://github.com/PowerShell/PowerShellEditorServices/pull/829) -
47+
Update various NuGet packages (Thanks @bergmeister!)
48+
- [PowerShellEditorServices #825](https://github.com/PowerShell/PowerShellEditorServices/pull/825) -
49+
(GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!)
50+
- [PowerShellEditorServices #850](https://github.com/PowerShell/PowerShellEditorServices/pull/850) -
51+
Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!)
52+
- [PowerShellEditorServices #837](https://github.com/PowerShell/PowerShellEditorServices/pull/837) -
53+
(maint) Add traits for folding tests (Thanks @glennsarti!)
54+
355
## v1.10.2
456
### Tuesday, December 18, 2018
557

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.10.3-insiders-{build}'
1+
version: '1.11.0-insiders-{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "1.10.3",
4+
"version": "1.11.0",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import utils = require("./utils");
3636

3737
// NOTE: We will need to find a better way to deal with the required
3838
// PS Editor Services version...
39-
const requiredEditorServicesVersion = "1.10.3";
39+
const requiredEditorServicesVersion = "1.11.0";
4040

4141
let logger: Logger;
4242
let sessionManager: SessionManager;

tools/releaseBuild/Image/DockerFile

+1-1
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=1.10.3
26+
ENV VSTS_BUILD_VERSION=1.11.0
2727

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

tools/releaseBuild/setVstsVariables.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$vstsVariables = @{
2-
PSES_BRANCH = 'master'
2+
PSES_BRANCH = 'legacy/1.x'
33
}
44

55
# Use VSTS's API to set an env vars

0 commit comments

Comments
 (0)