Format
This commit is contained in:
@@ -2,7 +2,7 @@ import {CompletionItem, MarkupContent} from "vscode-languageserver-types";
|
||||
import {complete} from "./complete";
|
||||
import {getPositionFromCursor} from "./test-utils/cursor-position";
|
||||
import {testFileProvider} from "./test-utils/test-file-provider";
|
||||
import { clearParsedCache, clearWorkflowTemplateCache } from "./utils/workflow-cache";
|
||||
import {clearParsedCache, clearWorkflowTemplateCache} from "./utils/workflow-cache";
|
||||
|
||||
function mapResult(result: CompletionItem[]) {
|
||||
return result.map(x => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { clearParsedCache, clearWorkflowTemplateCache } from "../utils/workflow-cache";
|
||||
import {clearParsedCache, clearWorkflowTemplateCache} from "../utils/workflow-cache";
|
||||
import {getPositionFromCursor} from "./cursor-position";
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user