3.0 KiB
3.0 KiB
Changelog
1.0.0 | 2019-07-03
- Stable release for changes introduced in the
next
tags.
1.0.0-next.1 | 2019-06-24
- Improve console message for downloading VS Code. microsoft/vscode#76090.
- Improve logging. No more prefix
Spawn Error
and directstdout
andstderr
of launched process toconsole.log
andconsole.error
. stable
added as a download version option.
1.0.0-next.0 | 2019-06-24
- Updated API:
- One single set of options.
extensionPath
=>extensionDevelopmentPath
to align with VS Code launch flagstestRunnerPath
=>extensionTestsPath
to align with VS Code launch flagstestRunnerEnv
=>extensionTestsEnv
to align with VS Code launch flagsadditionalLaunchArgs
=>launchArgs
testWorkspace
removed. Pass path to file/folder/workspace as first argument tolaunchArgs
instead.locale
removed. Pass--locale
tolaunchArgs
instead.
0.4.3 | 2019-05-30
- Improved API documentation.
0.4.2 | 2019-05-24
testWorkspace
is now optional.
0.4.1 | 2019-05-02
- Fix Linux crash because
testRunnerEnv
is not merged withprocess.env
for spawning the testing process. #14.
0.4.0 | 2019-04-18
- Add
testRunnerEnv
option. #13.
0.3.5 | 2019-04-17
- Fix macOS Insiders incorrect url resolve.
0.3.4 | 2019-04-17
- One more fix for Insiders url resolver.
0.3.3 | 2019-04-17
- Correct Insiders download link.
0.3.2 | 2019-04-17
- Correctly resolve Insider exectuable. #12.
0.3.1 | 2019-04-16
- Log errors from stderr of the command to launch VS Code.
0.3.0 | 2019-04-13
- 🙌 Add TypeScript as dev dependency. #9.
- 🙌 Adding a simpler way of running tests with only
vscodeExecutablePath
andlaunchArgs
. #8.
0.2.0 | 2019-04-12
- 🙌 Set
ExecutionPolicy
for Windows unzip command. #6. - 🙌 Fix NPM http/https proxy handling. #5.
- Fix the option
vscodeLaunchArgs
so it's being used for launching VS Code. #7.
0.1.5 | 2019-03-21
- Log folder to download VS Code into.
0.1.4 | 2019-03-21
- Add
-NoProfile
,-NonInteractive
and-NoLogo
for using PowerShell to extract VS Code. #2. - Use
Microsoft.PowerShell.Archive\Expand-Archive
to ensure using built-inExpand-Archive
. #2.