VSCode Github build statusA plugin that shows current build status fetched from Github (if available). How it worksWhen ".vsgitbuild" is available in the workspace, plugin looks for ".git" folder down to the root folder, starting from workspace directory. When found, it'll fetch repository information and use configuration in the file to fetch build status information from Github API every N seconds (and every time current commit changes - if you commit something, or if branch changes). EnablingIn order to enable the plugin, you need to have a ".vsgitbuild" file in your workspace. This should be a JSON-formatted file, containing configuration:
usernameYour Github username that'll be used to fetch the status passwordEither your password or auth token; it is strongly recommended to not use your password, but auth token - for details, see here strictTlsIf set to false, plugin will not check certificate validity when connecting through HTTPS. Not recommended, however, may be required on some systems poolingIn seconds, defines how often the app will check the build status (basides commit change re-check) |