- new option
--commit
to specify the build of VS Code to use. By default the latest build is used.
- new option
--testRunnerDataDir
to set the temporary folder for storing the VS Code builds used for running the tests
- new option
--coi
to enable cross origin isolation.
- new option
--printServerLog
replacing--hideServerLog
. - new option
--browser
replacing--browserType
.
- new option
--extensionId publisher.name[@prerelease]
to include one or more extensions.
- new option
--browserType none
to start the server without opening a browser.
- new options
--host
and--port
: If provided runs the server from the given host and port. - new option
--verbose
to print out the browser console log.
- new option
--sourcesPath
: If provided, runs the server from VS Code sources at the given location. - option
--version
is deprecated and replaced withquality
. Supported values:stable
,insiders
. Instead ofsources
use--insiders
.
- new option
--extensionPath
: A path pointing to a folder containing additional extensions to include. Argument can be provided multiple times. - new option
--permission
: Permission granted to the opened browser: e.g. clipboard-read, clipboard-write. See full list of options here. Argument can be provided multiple times. - new option
--hideServerLog
: If set, hides the server log. Defaults to true when an extensionTestsPath is provided, otherwise false. - close server when browser is closed
- new option
folderPath
: A local folder to open VS Code on. The folder content will be available as a virtual file system and opened as workspace.
- Initial version