From 6eacdb82a526fd1731dc67522fdec441dfa04643 Mon Sep 17 00:00:00 2001 From: Jacob Wallraff Date: Thu, 2 Mar 2023 16:56:54 -0800 Subject: [PATCH] Import new methods --- languageserver/src/connection.ts | 2 ++ 1 file changed, 2 insertions(+) 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);