提交 6aa90289 编写于 作者: F Fatih Acet

Fix pipeline status interval.

上级 afa8752c
# CHANGELOG
## [0.2.1] - 2018-01-28
### Fixed
- Update pipeline status on status bar.
## [0.2.0] - 2018-01-28
### Added
- Added a new service layer to opearate git commands.
......
......@@ -2,7 +2,7 @@
"name": "gitlab-workflow",
"displayName": "GitLab Workflow",
"description": "GitLab VSCode integration",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "fatihacet",
"repository": {
"type": "git",
......
......@@ -41,7 +41,7 @@ async function refreshPipelines() {
const initPipelineStatus = () => {
pipelineStatusBarItem = createStatusBarItem('$(info) GitLab: Fetching pipeline...');
setTimeout(() => { refreshPipelines() }, 25000);
setInterval(() => { refreshPipelines() }, 25000);
refreshPipelines();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册