Skip to content

Commit b8c9e9f

Browse files
committed
fix
1 parent 8d29164 commit b8c9e9f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "daemon/refs/core-rs"]
22
path = daemon/refs/core-rs
33
url = git@github.com:omnius-labs/core-rs
4+
[submodule "ui-desktop/refs/core-cs"]
5+
path = ui-desktop/refs/core-cs
6+
url = git@github.com:omnius-labs/core-cs

axus.code-workspace

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"path": "./daemon"
88
},
99
{
10-
"path": "./desktop"
10+
"path": "./ui-desktop"
1111
},
1212
{
1313
"path": "./daemon/refs/core-rs"
1414
},
1515
{
16-
"path": "./desktop/refs/core-cs"
16+
"path": "./ui-desktop/refs/core-cs"
1717
}
1818
],
1919
"settings": {}

ui-desktop/refs/core-cs

Submodule core-cs added at c828bf6

0 commit comments

Comments
 (0)