Skip to content

Commit 3b9d676

Browse files
committed
Use canonical path in sketchRoot
1 parent 7ab6b4b commit 3b9d676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: handler/handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ func (handler *InoHandler) initializeWorkbench(ctx context.Context, params *lsp.
500500

501501
if buildPath, err := handler.generateBuildEnvironment(); err == nil {
502502
handler.buildPath = buildPath
503-
handler.buildSketchRoot = buildPath.Join("sketch")
503+
handler.buildSketchRoot = buildPath.Join("sketch").Canonical()
504504
} else {
505505
return err
506506
}

0 commit comments

Comments
 (0)