File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 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}'
22image : Visual Studio 2017
33clone_depth : 10
44skip_tags : true
Original file line number Diff line number Diff line change 11{
22 "name" : " PowerShell" ,
33 "displayName" : " PowerShell" ,
4- "version" : " 1.10.1 " ,
4+ "version" : " 1.10.2 " ,
55 "publisher" : " ms-vscode" ,
66 "description" : " Develop PowerShell scripts in Visual Studio Code!" ,
77 "engines" : {
Original file line number Diff line number Diff 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.1 " ;
39+ const requiredEditorServicesVersion = "1.10.2 " ;
4040
4141let logger : Logger ;
4242let sessionManager : SessionManager ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY build.ps1 containerFiles/build.ps1
2323
2424# Add an environment variable for build versioning
2525ENV VSTS_BUILD=1
26- ENV VSTS_BUILD_VERSION=1.10.1
26+ ENV VSTS_BUILD_VERSION=1.10.2
2727
2828# Uncomment to debug locally
2929# RUN Import-Module ./containerFiles/dockerInstall.psm1; `
You can’t perform that action at this time.
0 commit comments