- new option
--committo specify the build of VS Code to use. By default the latest build is used.
- new option
--testRunnerDataDirto set the temporary folder for storing the VS Code builds used for running the tests
- new option
--coito enable cross origin isolation.
- new option
--printServerLogreplacing--hideServerLog. - new option
--browserreplacing--browserType.
- new option
--extensionId publisher.name[@prerelease]to include one or more extensions.
- new option
--browserType noneto start the server without opening a browser.
- new options
--hostand--port: If provided runs the server from the given host and port. - new option
--verboseto print out the browser console log.
- new option
--sourcesPath: If provided, runs the server from VS Code sources at the given location. - option
--versionis deprecated and replaced withquality. Supported values:stable,insiders. Instead ofsourcesuse--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