Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Jan 9, 2024
1 parent 8921b0d commit 2eedaee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { executeOnSaveHook } from "./onSaveHook";
import {
getNormalizedPosixPathRelativeToWorkspaceRoot,
getWorkspaceRoot,
normalizeWindowsWorkspaceRoot,
normalizeWindowsWorkspaceRootAbsoluteFsPath,
} from "./workspace/workspaceRoot";
import * as __path from "path";

Expand Down Expand Up @@ -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
)
),
Expand Down

0 comments on commit 2eedaee

Please sign in to comment.