Travis CI Extension for Visual Studio CodeCheck the Travis CI build status of your project right in Visual Studio Code! This extension displays a small status indicator in the status bar. It comes with two commands: ConfigurationTravis uses a username/repository combination to find your test. By default, the extension will atempt to gather that information from your Git configuration, using the However, you can easily override that setting. Simply open or create
By default, this extension will request a status update from Travis every 60 seconds. You can easily override this by changing the your To disable polling entirely, you can use:
or to change the polling interval, you can use:
Which will set the polling interval to every 30 seconds. It is recommended that you don't attempt to poll for status changes too often. LicenseMIT, please see LICENSE for details. Copyright (c) 2015 Felix Rieseberg and Microsoft Corporation. |