File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {FileProvider} from "@actions/workflow-parser/workflows/file-provider";
33import { fileIdentifier } from "@actions/workflow-parser/workflows/file-reference" ;
44import { Octokit } from "@octokit/rest" ;
55import { TTLCache } from "./utils/cache" ;
6- import vscodeURI from "vscode-uri/lib/umd " ;
6+ import * as vscodeURI from "vscode-uri" ;
77
88export function getFileProvider (
99 client : Octokit | undefined ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {File} from "@actions/workflow-parser/workflows/file";
44import { parseFileReference } from "@actions/workflow-parser/workflows/file-reference" ;
55import { TextDocument } from "vscode-languageserver-textdocument" ;
66import { DocumentLink } from "vscode-languageserver-types" ;
7- import vscodeURI from "vscode-uri/lib/umd" ; // work around issues with the vscode-uri package
7+ import * as vscodeURI from "vscode-uri" ;
88import { actionUrl , parseActionReference } from "./action" ;
99import { mapRange } from "./utils/range" ;
1010import { fetchOrConvertWorkflowTemplate , fetchOrParseWorkflow } from "./utils/workflow-cache" ;
You can’t perform that action at this time.
0 commit comments