Skip to content

Pulling changes from PowerShell/vscode-powershell back into my repo #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 37 commits into from
Apr 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5affe06
Add new settings: powershell.codeFormatting.WhitespaceInsideBrace and…
bergmeister Dec 20, 2018
81ab66c
Merge branch 'master' of https://github.com/PowerShell/vscode-powersh…
bergmeister Jan 8, 2019
6680226
fix whitespace
bergmeister Jan 8, 2019
823e558
Apply suggestions from code review
bergmeister Mar 6, 2019
910bd62
Added SQL PowerShell Examples (#1787)
SQLvariant Mar 13, 2019
4e061ea
[ignore] missed vscode reference
TylerLeonhardt Mar 13, 2019
b1c5f5f
Add Debug Runspace command (#1782)
adamdriscoll Mar 13, 2019
a9a8a18
make PSReadLine default on Windows
TylerLeonhardt Mar 16, 2019
a58122d
tslint
TylerLeonhardt Mar 16, 2019
1738ab8
include current runspace and runspace 1 if should (#1800)
TylerLeonhardt Mar 18, 2019
4c826b3
Add new powershell.useCorrectCasingsettings for new rule in PSSA 1.18…
bergmeister Mar 20, 2019
3ea87d8
Add new powershell.codeFormatting settings for new options in PSSA 1.…
TylerLeonhardt Mar 20, 2019
4d73772
Add new powershell.codeFormatting settings for new options in PSSA 1.…
bergmeister Mar 20, 2019
b4d99b7
Make PSReadLine default on Windows (#1794)
TylerLeonhardt Mar 20, 2019
3e59c98
Prep for 2.0.0-preview.2 release (#1808)
TylerLeonhardt Mar 26, 2019
6715916
Fix typos, add context to CHANGELOG (#1809)
rjmholt Mar 26, 2019
54c1477
[ignore] a couple of small fixes for the release build (#1811)
TylerLeonhardt Mar 26, 2019
2607974
[ignore] Update versions (#1810)
TylerLeonhardt Mar 26, 2019
64aba21
Workaround PSSA #1187 by defaulting to NoIndentation (#1816)
TylerLeonhardt Mar 29, 2019
4745488
[Ignore] Add additional changelog details (#1818)
TylerLeonhardt Mar 29, 2019
0fab485
[Ignore] delete preview text (#1821)
TylerLeonhardt Mar 29, 2019
14e75ef
Update to official TSLint ext in extensions.json, old version depreca…
rkeithhill Mar 30, 2019
25e2da5
Switch to current lowercase names for powershell and mdlint exts (#1825)
rkeithhill Mar 31, 2019
f9e13c6
Not -EncodedCommand on Windows (#1837)
TylerLeonhardt Apr 2, 2019
4274341
add initial credscan ymls (#1839)
TylerLeonhardt Apr 2, 2019
0a03861
Set featureFlag default to null so that it can be resolved by setting…
TylerLeonhardt Apr 3, 2019
078efd2
Turn powershell.codeformatting.useCorrectCasing setting off by defaul…
bergmeister Apr 9, 2019
cbf3f2a
Change Whitespace settings to camelCase (#1867)
rjmholt Apr 11, 2019
1098b04
[Ignore] Prepare 2.0.0-preview.3 (#1866)
rjmholt Apr 11, 2019
ec48b78
Azure pipelines (#1871)
TylerLeonhardt Apr 13, 2019
5cb8b59
[Ignore] add poshchan bot
TylerLeonhardt Apr 15, 2019
9a1de91
[ignore] add dependabot
TylerLeonhardt Apr 15, 2019
bd4cb1d
[Ignore] [Security] Bump lodash from 4.17.10 to 4.17.11 (#1885)
dependabot[bot] Apr 16, 2019
9a562d3
[ignore] Bump @types/node from 10.12.12 to 11.13.4 (#1882)
dependabot[bot] Apr 16, 2019
6ba984d
[Ignore] Bump typescript from 3.3.4000 to 3.4.3 (#1890)
dependabot[bot] Apr 16, 2019
8679697
[Ignore] Bump sinon from 7.3.0 to 7.3.1 (#1884)
dependabot[bot] Apr 16, 2019
58349e7
[Ignore] Bump tslint from 5.14.0 to 5.15.0 (#1887)
dependabot[bot] Apr 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 1

# update_schedule: live is only supported on javascript, ruby:bundler, python, php:composer, dotnet:nuget, rust:cargo, elixir:hex

update_configs:
# Looks at the sln file in the root
- package_manager: "javascript"
directory: "/"
update_schedule: "live"

# Will also update legacy branch
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
target_branch: "legacy/1.x"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ vscps-preview.zip
npm-debug.log
.vscode-test/
*.DS_Store
test-results.xml
41 changes: 41 additions & 0 deletions .poshchan/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "0.1",
"azdevops": {
"build_targets": {
"ci": "vscode-powershell-ci"
},
"authorized_users": [
"adityapatwardhan",
"anmenaga",
"daxian-dbw",
"JamesWTruher",
"PaulHigin",
"rjmholt",
"rkeithhill",
"SeeminglyScience",
"SteveL-MSFT",
"TravisEz13",
"TylerLeonhardt"
]
},
"failures": {
"authorized_users": [
"adityapatwardhan",
"anmenaga",
"bergmeister",
"daxian-dbw",
"glennsarti",
"JamesWTruher",
"PaulHigin",
"rjmholt",
"rkeithhill",
"SeeminglyScience",
"SteveL-MSFT",
"TravisEz13",
"TylerLeonhardt"
]
},
"reminders": {
"authorized_users": "*"
}
}
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// for the documentation about the extensions.json format
"recommendations": [
"msjsdiag.debugger-for-chrome",
"ms-vscode.PowerShell",
"eg2.tslint",
"DavidAnson.vscode-markdownlint"
"ms-vscode.powershell",
"ms-vscode.vscode-typescript-tslint-plugin",
"davidanson.vscode-markdownlint"
]
}
28 changes: 28 additions & 0 deletions .vsts-ci/azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
trigger:
- master
- legacy/1.x
variables:
# Don't download unneeded packages
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
value: 'true'
# Don't send telemetry
- name: DOTNET_CLI_TELEMETRY_OPTOUT
value: 'true'
jobs:
- job: Windows
pool:
vmImage: 'VS2017-Win2016'
steps:
- template: templates/ci-general.yml

- job: macOS
pool:
vmImage: 'macOS-10.13'
steps:
- template: templates/ci-general.yml

- job: Linux
pool:
vmImage: 'Ubuntu-16.04'
steps:
- template: templates/ci-general.yml
21 changes: 21 additions & 0 deletions .vsts-ci/misc-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
trigger:
# Batch merge builds together while a merge build is running
batch: true
branches:
include:
- master
- legacy/1.x

pr:
branches:
include:
- master
- legacy/1.x

resources:
- repo: self
clean: true

jobs:
- template: templates/credscan.yml
17 changes: 17 additions & 0 deletions .vsts-ci/templates/ci-general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
steps:
# Setup
- pwsh: |
git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
Install-Module InvokeBuild -Scope CurrentUser -Force
Install-Module PlatyPS -Scope CurrentUser -Force
# Build
- pwsh: Invoke-Build
- task: PublishTestResults@2
inputs:
testRunner: JUnit
testResultsFiles: '**/test-results.xml'
condition: succeededOrFailed()
- task: PublishBuildArtifacts@1
inputs:
ArtifactName: vscode-powershell
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
31 changes: 31 additions & 0 deletions .vsts-ci/templates/credscan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
parameters:
pool: 'Hosted VS2017'
jobName: 'credscan'
displayName: Secret Scan

jobs:
- job: ${{ parameters.jobName }}
pool:
name: ${{ parameters.pool }}

displayName: ${{ parameters.displayName }}

steps:
- powershell: Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))"
displayName: Set Build Name for Non-PR
condition: ne(variables['Build.Reason'], 'PullRequest')

- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
displayName: 'Scan for secrets'
inputs:
debugMode: false

- task: securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@2
displayName: 'Publish Secret Scan Logs to Build Artifacts'
continueOnError: true

- task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@1
displayName: 'Check for failures'
inputs:
CredScan: true
ToolLogsNotFoundAction: Error
143 changes: 143 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,148 @@
# vscode-powershell Release History

## v2.0.0-preview.3
### Wednesday, April 10, 2019
#### [vscode-powershell](https://github.com/powershell/vscode-powershell)

- [vscode-PowerShell #1865](https://github.com/PowerShell/vscode-powershell/pull/1867) -
Change casing of `powershell.codeformatting` settings for consistency:
- `powershell.codeformatting.WhitespaceInsideBrace` is now `powershell.codeformatting.whitespaceInsideBrace`
- `powershell.codeformatting.WhitespaceAroundPipe` is now `powershell.codeformatting.whitespaceAroundPipe`
- [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) -
Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSSA issues are fixed (Thanks @bergmeister!)
- [vscode-PowerShell #1838](https://github.com/PowerShell/vscode-PowerShell/pull/1838) -
Set PSReadLine featureFlag default to null so that it can be resolved by settings
- [vscode-PowerShell #1837](https://github.com/PowerShell/vscode-PowerShell/pull/1837) -
Do not use -EncodedCommand on Windows
- [vscode-PowerShell #1825](https://github.com/PowerShell/vscode-PowerShell/pull/1825) -
Switch to current lowercase names for powershell and mdlint recommended extensions (Thanks @rkeithhill!)
- [vscode-PowerShell #1823](https://github.com/PowerShell/vscode-PowerShell/pull/1823) -
Update to official TSLint ext in extensions.json, old version deprecated (Thanks @rkeithhill!)

#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)

- [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) -
Improve path auto-completion (Thanks @rkeithhill!)
- [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) -
Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!)
- [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) -
Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!)
- [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) -
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!)

## v2.0.0-preview.2
### Friday, March 29, 2019

### Highlights

* `Write-Progress` work in the integrated console ⏰
* Support for [PSScriptAnalyzer 1.18](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.18.0) 📝
* The ability to debug any runspace in any process 🔎
* PSReadLine enabled by default on Windows 🎨
* (Bug fix!) You can open untitled workspaces/folders again! 🐛☠️

There are a lot more goodies in this version. Checkout the changelog below!

#### [vscode-powershell](https://github.com/powershell/vscode-powershell)

- [vscode-PowerShell #1794](https://github.com/PowerShell/vscode-PowerShell/pull/1794) -
Make PSReadLine default on Windows
- [vscode-PowerShell #1736](https://github.com/PowerShell/vscode-PowerShell/pull/1736) -
Enable attach to process on Linux and macOS
- [vscode-PowerShell #1729](https://github.com/PowerShell/vscode-PowerShell/pull/1729) -
Handle Pester Describe block strings with single quotes inside it (Thanks @bergmeister!)
- [vscode-PowerShell #1741](https://github.com/PowerShell/vscode-PowerShell/pull/1741) -
Update build to clear node modules directory (Thanks @corbob!)
- [vscode-PowerShell #1743](https://github.com/PowerShell/vscode-PowerShell/pull/1743) -
Fix right-click help lookup not always working (Thanks @corbob!)
- [vscode-PowerShell #1746](https://github.com/PowerShell/vscode-PowerShell/pull/1746) -
Add label property to debug config, change pkg name to lowercase (Thanks @rkeithhill!)
- [vscode-PowerShell #1749](https://github.com/PowerShell/vscode-PowerShell/pull/1749) -
Add the Install-VSCode.ps1 script to signing
- [vscode-PowerShell #1747](https://github.com/PowerShell/vscode-PowerShell/pull/1747) -
Modify `powerShellDefaultVersion` description to make clearer (Thanks @rkeithhill!)
- [vscode-PowerShell #1755](https://github.com/PowerShell/vscode-PowerShell/pull/1755) -
Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!)
- [vscode-PowerShell #1773](https://github.com/PowerShell/vscode-PowerShell/pull/1773) -
Change debugger type field back to `PowerShell` from `powershell` (Thanks @rkeithhill!)
- [vscode-PowerShell #1757](https://github.com/PowerShell/vscode-PowerShell/pull/1757) -
Match Install-VSCode.ps1 script url with the one from master branch (Thanks @rafaltra!)
- [vscode-PowerShell #1774](https://github.com/PowerShell/vscode-PowerShell/pull/1774) -
Switch to `EncodedCommand` for script execution
- [vscode-PowerShell #1764](https://github.com/PowerShell/vscode-PowerShell/pull/1764) -
Added Pester, ShouldProcess and Calculated Property PS Snippets (Thanks @brettmillerb!)
- [vscode-PowerShell #1776](https://github.com/PowerShell/vscode-PowerShell/pull/1776) -
Migrate Pester version detection into an InovkePester stub script (Thanks @rkeithhill!)
- [vscode-PowerShell #1781](https://github.com/PowerShell/vscode-PowerShell/pull/1781) -
Fix initial launch config casing
- [vscode-PowerShell #1775](https://github.com/PowerShell/vscode-PowerShell/pull/1775) -
Support `-CustomPipeName`, allowing configuration of custom namedpipes for LSP transport
- [vscode-PowerShell #1787](https://github.com/PowerShell/vscode-PowerShell/pull/1787) -
Added SQL PowerShell Examples (Thanks @SQLvariant!)
- [vscode-PowerShell #1782](https://github.com/PowerShell/vscode-PowerShell/pull/1782) -
Add Debug Runspace command (Thanks @adamdriscoll!)
- [vscode-PowerShell #1800](https://github.com/PowerShell/vscode-PowerShell/pull/1800) -
Include current runspace and runspace ID 1 in the PSHostProcess picker dialog
- [vscode-PowerShell #1687](https://github.com/PowerShell/vscode-PowerShell/pull/1687) -
Add new `powershell.useCorrectCasingsettings` for new rule in PSSA 1.18: PSUseCorrectCasing (Thanks @bergmeister!)
- [vscode-PowerShell #1668](https://github.com/PowerShell/vscode-PowerShell/pull/1668) -
Add new `powershell.codeFormatting` settings for new options in PSSA 1.18: WhitespaceInsideBrace and WhitespaceAroundPipe (Thanks @bergmeister!)
- [vscode-PowerShell #1669](https://github.com/PowerShell/vscode-PowerShell/pull/1669) -
Add new `powershell.codeFormatting` settings for new options in PSSA 1.18: PipelineIndentationStyle (Thanks @bergmeister!)
- [vscode-PowerShell #1738](https://github.com/PowerShell/vscode-PowerShell/pull/1738) -
Set CommandExplorer exclusion filter to be empty array by default (Thanks @adilio!)
- [vscode-PowerShell #1686](https://github.com/PowerShell/vscode-PowerShell/pull/1686) -
Add an exclusion filter to the Command Explorer (Thanks @corbob!)
- [vscode-PowerShell #1816](https://github.com/PowerShell/vscode-PowerShell/pull/1816) -
Workaround PSSA #1187 by defaulting to NoIndentation

#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)

- [PowerShellEditorServices #895](https://github.com/PowerShell/PowerShellEditorServices/pull/895) -
Add warning to parameter validation set (Thanks @Benny1007!)
- [PowerShellEditorServices #897](https://github.com/PowerShell/PowerShellEditorServices/pull/897) -
Clean up and pop dead runspaces when using 'attach' debugging
- [PowerShellEditorServices #888](https://github.com/PowerShell/PowerShellEditorServices/pull/888) -
Add new ParseError level to ScriptFileMarkerLevel and filter out PSSA parse errors
- [PowerShellEditorServices #858](https://github.com/PowerShell/PowerShellEditorServices/pull/858) -
Fix XUnit warnings that better assertion operators should be used. (Thanks @bergmeister!)
- [PowerShellEditorServices #854](https://github.com/PowerShell/PowerShellEditorServices/pull/854) -
Reinstate test filtering (Thanks @glennsarti!)
- [PowerShellEditorServices #866](https://github.com/PowerShell/PowerShellEditorServices/pull/866) -
Catch NotSupportedException which can be thrown by FileStream constructor (Thanks @rkeithhill!)
- [PowerShellEditorServices #868](https://github.com/PowerShell/PowerShellEditorServices/pull/868) -
Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!)
- [PowerShellEditorServices #869](https://github.com/PowerShell/PowerShellEditorServices/pull/869) -
Added `AsNewFile` switch to Out-CurrentFile (Thanks @dfinke!)
- [PowerShellEditorServices #873](https://github.com/PowerShell/PowerShellEditorServices/pull/873) -
Return the start line number for Describe block (Thanks @rkeithhill!)
- [PowerShellEditorServices #876](https://github.com/PowerShell/PowerShellEditorServices/pull/876) -
Temporarily disable deemphasized stack frames to fix VSCode issue 1750 (Thanks @rkeithhill!)
- [PowerShellEditorServices #871](https://github.com/PowerShell/PowerShellEditorServices/pull/871) -
Support -CustomPipeName, allowing configuration of custom namedpipes for LSP transport
- [PowerShellEditorServices #872](https://github.com/PowerShell/PowerShellEditorServices/pull/872) -
Fix unable to open files in problems/peek windows issue (Thanks @rkeithhill!)
- [PowerShellEditorServices #875](https://github.com/PowerShell/PowerShellEditorServices/pull/875) -
Add attach to local runspace. (Thanks @adamdriscoll!)
- [PowerShellEditorServices #881](https://github.com/PowerShell/PowerShellEditorServices/pull/881) -
Use `NamedPipeConnectionInfo` to connect to remote runspaces instead of Enter-PSHostProcess
- [PowerShellEditorServices #845](https://github.com/PowerShell/PowerShellEditorServices/pull/845) -
Enable UseCorrectCasing as a default rule (Thanks @bergmeister!)
- [PowerShellEditorServices #835](https://github.com/PowerShell/PowerShellEditorServices/pull/835) -
Map new `powershell.codeformatting` settings WhitespaceInsideBrace and WhitespaceAroundPipe to PSSA settings hashtable (Thanks @bergmeister!)
- [PowerShellEditorServices #836](https://github.com/PowerShell/PowerShellEditorServices/pull/836) -
Add PipelineIndentationStyle configuration mapping (Thanks @bergmeister!)
- [PowerShellEditorServices #887](https://github.com/PowerShell/PowerShellEditorServices/pull/887) -
Cherry pick PR 1750 merge commit to legacy/v1.x, has additional fixes (Thanks @rkeithhill!)
- [PowerShellEditorServices #874](https://github.com/PowerShell/PowerShellEditorServices/pull/874) -
Use public `InternalHost` from origin runspace (Thanks @SeeminglyScience!)
- [PowerShellEditorServices #889](https://github.com/PowerShell/PowerShellEditorServices/pull/889) -
Enhance Get-PsesRpcNotificationMessage/MessageResponseTimes to allow filtering by message name (Thanks @rkeithhill!)
- [PowerShellEditorServices #859](https://github.com/PowerShell/PowerShellEditorServices/pull/859) -
Upgrade PowerShellStandard.Library, PowerShell.SDK, NET.Test.SDK and Serilog NuGet packages to latest released version and enable AppVeyor build on any branch (Thanks @bergmeister!)
- [PowerShellEditorServices #862](https://github.com/PowerShell/PowerShellEditorServices/pull/862) -
Handle arbitrary exceptions when recursing workspace

## v2.0.0-preview.1
### Wednesday, January 23, 2019

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# PowerShell Language Support for Visual Studio Code

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/df06b9909e7442cebc1132bda0b8c0e3)](https://app.codacy.com/app/TylerLeonhardt/vscode-powershell?utm_source=github.com&utm_medium=referral&utm_content=PowerShell/vscode-powershell&utm_campaign=Badge_Grade_Dashboard)
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) [![windows build](https://img.shields.io/appveyor/ci/PowerShell/vscode-powershell/master.svg?label=windows+build)](https://ci.appveyor.com/project/PowerShell/vscode-powershell) [![linux/macos build](https://img.shields.io/travis/PowerShell/vscode-powershell/master.svg?label=linux/macos+build)](https://travis-ci.org/PowerShell/vscode-powershell) [![Join the chat at https://gitter.im/PowerShell/vscode-powershell](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://powershell.visualstudio.com/vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=master)](https://powershell.visualstudio.com/vscode-powershell/_build/latest?definitionId=51&branchName=master)
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
[![Join the chat at https://gitter.im/PowerShell/vscode-powershell](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode).
Now you can write and debug PowerShell scripts using the excellent IDE-like interface
Expand Down
28 changes: 0 additions & 28 deletions appveyor.yml

This file was deleted.

Loading