Skip to content

Commit

Permalink
fix(bin): use correct load path separator on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Apr 16, 2023
1 parent c559403 commit 1f24a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/julia-lsp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set "USE_SYMSERVER_DOWNLOADS=download"
set "SYMSERVER_UPSTREAM=https://www.julia-vscode.org/symbolcache"
set "DETACHED=--detached=no"

set "JULIA_LOAD_PATH=:"
set "JULIA_LOAD_PATH=;"
set "JULIA_DEPOT_PATH=%PKG_ROOT%\store\lsdepot\v1"

julia --startup-file=no --history-file=no --depwarn=no "%PKG_ROOT%\extension\scripts\languageserver\main.jl" "%JULIA_ENVIRONMENT_PATH%" "%DEBUG%" "%IGNORE_TELEMETRY_CRASH%" "%OLD_DEPOT_PATH%" "%STORAGE_PATH%" "%USE_SYMSERVER_DOWNLOADS%" "%SYMSERVER_UPSTREAM%" "%DETACHED%"

0 comments on commit 1f24a2f

Please sign in to comment.