We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d29164 commit b8c9e9fCopy full SHA for b8c9e9f
.gitmodules
@@ -1,3 +1,6 @@
1
[submodule "daemon/refs/core-rs"]
2
path = daemon/refs/core-rs
3
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
@@ -7,13 +7,13 @@
7
"path": "./daemon"
8
},
9
{
10
- "path": "./desktop"
+ "path": "./ui-desktop"
11
12
13
"path": "./daemon/refs/core-rs"
14
15
16
- "path": "./desktop/refs/core-cs"
+ "path": "./ui-desktop/refs/core-cs"
17
}
18
],
19
"settings": {}
ui-desktop/refs/core-cs
0 commit comments