diff --git a/languageserver/src/connection.ts b/languageserver/src/connection.ts index 45258a0..01f1036 100644 --- a/languageserver/src/connection.ts +++ b/languageserver/src/connection.ts @@ -28,6 +28,8 @@ import {fetchActionMetadata} from "./utils/action-metadata"; import {TTLCache} from "./utils/cache"; import {timeOperation} from "./utils/timer"; import {valueProviders} from "./value-providers"; +import {clearParsedCacheEntry} from "@github/actions-workflow-parser/workflows/workflow-parser"; +import {clearWorkflowTemplateCacheEntry} from "@github/actions-workflow-parser/model/convert"; export function initConnection(connection: Connection) { const documents: TextDocuments = new TextDocuments(TextDocument);