From 2eedaee60835dc4a0cba4e8b8d00076297459628 Mon Sep 17 00:00:00 2001 From: Tiago Bento Date: Tue, 9 Jan 2024 17:40:41 -0500 Subject: [PATCH] Oops --- .../vscode-extension/src/VsCodeKieEditorCustomDocument.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vscode-extension/src/VsCodeKieEditorCustomDocument.ts b/packages/vscode-extension/src/VsCodeKieEditorCustomDocument.ts index 4b811c54ecf..65b8a37a202 100644 --- a/packages/vscode-extension/src/VsCodeKieEditorCustomDocument.ts +++ b/packages/vscode-extension/src/VsCodeKieEditorCustomDocument.ts @@ -38,7 +38,7 @@ import { executeOnSaveHook } from "./onSaveHook"; import { getNormalizedPosixPathRelativeToWorkspaceRoot, getWorkspaceRoot, - normalizeWindowsWorkspaceRoot, + normalizeWindowsWorkspaceRootAbsoluteFsPath, } from "./workspace/workspaceRoot"; import * as __path from "path"; @@ -102,7 +102,7 @@ export class VsCodeKieEditorCustomDocument implements CustomDocument { this, __path.posix.normalize( __path.relative( - normalizeWindowsWorkspaceRoot(getWorkspaceRoot(this).workspaceRootAbsoluteFsPath), + normalizeWindowsWorkspaceRootAbsoluteFsPath(getWorkspaceRoot(this).workspaceRootAbsoluteFsPath), destination.fsPath ) ),