vscode-test
Advanced tools
Changelog
1.0.0-next.1 | 2019-06-24
Spawn Error
and direct stdout
and stderr
of launched process to console.log
and console.error
.stable
added as a download version option.Changelog
1.0.0-next.0 | 2019-06-24
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 to launchArgs
instead.locale
removed. Pass --locale
to launchArgs
instead.