Skip to content

Commit e2d3690

Browse files
authored
Merge pull request #42 from cgay/dev
Use deft@latest (currently deft@0.13.0)
2 parents 896c61c + 1208921 commit e2d3690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dylan-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.2.0",
55
"dependencies": [
66
"command-line-parser@3.1",
7-
"deft@0.12",
7+
"deft",
88
"json@1.0",
99
"logging@2.1",
1010
"uncommon-dylan@0.2",

sources/opendylan.dylan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ define function lsp-open-project
4949
block ()
5050
let space = ws/load-workspace(directory: file.locator-directory);
5151
// Make sure the file's workspace registry is first.
52-
let regs = concatenate(list(as(<string>, ws/workspace-registry-directory(space))),
52+
let regs = concatenate(list(as(<string>, ws/registry-directory(space))),
5353
if (original-user-registries)
5454
list(original-user-registries)
5555
else

0 commit comments

Comments
 (0)