提交 bb4159a3 编写于 作者: M Massimeddu Cireddu

Fixing openers.openCurrentPipeline

上级 5091318b
......@@ -117,7 +117,8 @@ async function openProjectPage() {
openLink('$projectUrl', workspaceFolder);
}
async function openCurrentPipeline(workspaceFolder) {
async function openCurrentPipeline() {
const workspaceFolder = await gitLabService.getCurrentWorkspaceFolderOrSelectOne();
const project = await gitLabService.fetchCurrentPipelineProject(workspaceFolder);
if (project) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册