Skip to content

Commit

Permalink
Use bundled hylo stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Sep 29, 2023
1 parent bc82c30 commit 0663ce7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ async function activateBackend(context: ExtensionContext) {
// }

// hyloRoot = expandvars(hyloRoot)
serverExe = `${context.extensionPath}/bin/mac/arm64/hylo-lsp-server`
env['HYLO_STDLIB_PATH'] = `${context.extensionPath}/dist/stdlib`
serverExe = `${context.extensionPath}/dist/bin/mac/arm64/hylo-lsp-server`
}


Expand Down

0 comments on commit 0663ce7

Please sign in to comment.