Skip to content

Conversation

SydneyhSmith
Copy link
Owner

PR Summary

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • PR has tests
  • This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

dependabot-preview bot and others added 30 commits July 25, 2019 11:15
* Address PR comments, change to single promptClean up debug configuration snippet names & descriptions. Remove Launch Pester Tests debug config snippet. The Launch Scriptsnippet gives an example of invoking Pester plus we have code lens to debug Pester tests.

* Remove w/Args prompt debug config snippet

* Switch to int id check in provideDebugConfig

* Address PR feedback, remove path module as it wasn't being used
Bumps [vsce](https://github.com/Microsoft/vsce) from 1.65.0 to 1.66.0.
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v1.65.0...v1.66.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.5.2...v3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.35 to 1.1.36.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](microsoft/vscode-extension-vscode@v1.1.35...v1.1.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Set Default PowerShell Version on Windows to Latest Available
Bumps [tslint](https://github.com/palantir/tslint) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@5.18.0...5.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
)

Added functionality to install the User variant of Stable Edition
…rt for optionally correcting aliases as well (added in PSSA 1.18.2). Disabled by default. (#2165)

Requires the following PSES PR to be merged first: PowerShell/PowerShellEditorServices#1021
* prompt to update PowerShell version

* address all feedback

* say homebrew is used

* Feedback

Co-Authored-By: Christoph Bergmeister [MVP] <c.bergmeister@gmail.com>

* Feedback

Co-Authored-By: Christoph Bergmeister [MVP] <c.bergmeister@gmail.com>

* PR feedback

* use correct url from github api
* null check on activeTerminal

* newline for linting
Bumps [tslint](https://github.com/palantir/tslint) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@5.19.0...5.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add AzureDataStudio update script

* Copyright headers

* Fix ads updater, add vsix version updater script

* Improve existing scripts, add PSES update script

* Fix param name issue

* Update tools/repoUpdateScripts/updatePsesVersions.ps1

Co-Authored-By: rjmholt <rjmholt@gmail.com>

* Simplify default parameters, move dir

* Give proper names to functions

* Rename functions, fix parameter problems

* Add AzureDataStudio update script

* Copyright headers

* Fix ads updater, add vsix version updater script

* Improve existing scripts, add PSES update script

* Fix param name issue

* Add GitHub release script

* Generalize release script to work with PSES

* Change segment function verb

* Update GH module

* Add requires back in

* Add newlines back in

* Simplify default parameters, move dir

* Give proper names to functions

* Rename functions, fix parameter problems

* Change segment function verb

* Add GH PR/issue fetching

* Initial changelog generation

* Add thanks

* WIP

* Progress

* Add skeleton

* Current

* Update to open both changelogs

* Fix label bug

* Minor fixes -- but still there

* Fix bad project name assignment

* Fix documentation loss

* Fix bugs

* Add verbosity, fix whitespace bugs

* Fix upstream issues

* Add subject polishing, fix date format

* Add auto release name

* Add extension name to PR title

* Fix release name bug

* Update ReleaseName usage

* Fix verbose parameter

* Fix verbose

* Fix branch usage

* Updates

* Fix silliness

* Add changelog emoji

* Update emoji

* Address @TylerLeonhardt's feedback
* move to yml

* correct pool

* env var

* install invokebuild

* FORCE

* no test for now

* whitespace

* download to build directory

* sources

* help

* help

* idk

* release

* remove remove

* number

* TERMS

* update script to get partially succeeded results and move to other build

* logs

* move-to-yml

* no value

* correct buildid

* delete leftover docker build stuff

* Remove debug code

* Revert back to master
…2226)

* everything needed so far (#2118)

* Needed changes due to lack of support for strings over the wire. (#2150)

* everything needed so far

* needed changes due to lack of support for strings over the wire
Bumps [vsce](https://github.com/Microsoft/vsce) from 1.66.0 to 1.67.1.
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v1.66.0...v1.67.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Provide Run Selection button in Editor Title Menu

This commit adds a editor title menu button for the
`powershell.RunSelection` command in the primary navigation group, and
a custom `play` icon based on ones from the
https://github.com/microsoft/vscode-icons repo. This shows the button
in the visible part of the menu when a PowerShell file is open.
This commit allows the `PowerShell.InvokeRegisteredEditorCommand`
command to be accessible to the user in the Command Palette.
Bumps [vsce](https://github.com/Microsoft/vsce) from 1.67.1 to 1.68.0.
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v1.67.1...v1.68.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix tests by using API Key for CI

* new lines so codacy is happy

* better logging of errors

* tslint

* refactor to more concise code
TylerLeonhardt and others added 29 commits April 28, 2020 12:53
* user in-memory debug adapter instead of spinning up new process

* Rob's feedback
Bumps [vscode-extension-telemetry](https://github.com/Microsoft/vscode-extension-telemetry) from 0.1.3 to 0.1.5.
- [Release notes](https://github.com/Microsoft/vscode-extension-telemetry/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-telemetry/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* PSSA 1.19.0 settings support

* add whitespaceBetweenParameters and change default pipeline indentation to None

* add None option and set default

Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
* Update CHANGELOG for v2020.5.0

* Update CHANGELOG.md

* Update package.json
Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
Bumps [vscode-extension-telemetry](https://github.com/Microsoft/vscode-extension-telemetry) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/Microsoft/vscode-extension-telemetry/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-telemetry/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…resent) to new setting codeFormatting.addWhitespaceAroundPipe automatically. (#2689)

* Migrate setting value of codeFormatting.whitespaceAroundPipe to new setting codeFormatting.addWhitespaceAroundPipe automatically.

* fix code analysis warnings

* add comment to getConfigurationTarget and rename it to getEffectiveConfigurationTarget

* try use  quotes around undefined to see if it fixes codacy warning

* Update src/session.ts

Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
* Add debug output option for Pester

* remove space

* improve option description
…from None back to NoIndentation due to PSSA bug (#2698)

* Change default of powershell.codeFormatting.pipelineIndentationStyle from None back to NoIndentation due to PSSA bug

* re-trigger CI

Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
* Bump typescript from 3.5.3 to 3.8.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.5.3...v3.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* update node types as well

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tyler James Leonhardt <tylerl0706@gmail.com>
Bumps [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 5.2.1 to 6.1.3.
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/6.1.3/client)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
#2703)

* Tweak whitespaceAroundPipe settings migration logic to do it only once

* refactor

Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
* Add buttons for moving the terminal around.

* Add button visibility options.

* Simplified button visibility options.
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.8.3...v3.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Set colour for  variables dollar

* include $ when double click a variable
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.9.2...v3.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 9.0.1 to 9.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
New Pester 5 Output Types were added last-minute to GA. These should also be available in the extension.
https://github.com/pester/Pester/blob/v5.0/README.md#actual-breaking-changes
@SydneyhSmith SydneyhSmith merged commit 3401e84 into SydneyhSmith:master May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.