File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- version : ' 1.10.1 -insiders-{build}'
1
+ version : ' 1.10.2 -insiders-{build}'
2
2
image : Visual Studio 2017
3
3
clone_depth : 10
4
4
skip_tags : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PowerShell" ,
3
3
"displayName" : " PowerShell" ,
4
- "version" : " 1.10.1 " ,
4
+ "version" : " 1.10.2 " ,
5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import utils = require("./utils");
36
36
37
37
// NOTE: We will need to find a better way to deal with the required
38
38
// PS Editor Services version...
39
- const requiredEditorServicesVersion = "1.10.1 " ;
39
+ const requiredEditorServicesVersion = "1.10.2 " ;
40
40
41
41
let logger : Logger ;
42
42
let sessionManager : SessionManager ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY build.ps1 containerFiles/build.ps1
23
23
24
24
# Add an environment variable for build versioning
25
25
ENV VSTS_BUILD=1
26
- ENV VSTS_BUILD_VERSION=1.10.1
26
+ ENV VSTS_BUILD_VERSION=1.10.2
27
27
28
28
# Uncomment to debug locally
29
29
# RUN Import-Module ./containerFiles/dockerInstall.psm1; `
You can’t perform that action at this time.
0 commit comments