Skip to content

Commit

Permalink
Import UUIDs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Sep 14, 2024
1 parent d7020eb commit c8f7485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
JuliaInterpreter = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[extras]
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Expand Down
2 changes: 1 addition & 1 deletion src/packagedef.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# include("../../VSCodeServer/src/repl.jl")

import Sockets, Base64
import Sockets, Base64, UUIDs

module DAPRPC
using ..JSON
Expand Down

0 comments on commit c8f7485

Please sign in to comment.