Skip to content

Commit 1e205dc

Browse files
committed
fixup! add more notes
1 parent b9f4a47 commit 1e205dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node/util.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import * as path from "path"
88
import * as util from "util"
99
import xdgBasedir from "xdg-basedir"
1010

11+
// TODO add runtime to interface
1112
interface Paths {
1213
data: string
1314
config: string
@@ -33,6 +34,7 @@ function getEnvPaths(): Paths {
3334
paths = {
3435
data: path.join(xdgBasedir.data, "code-server"),
3536
config: path.join(xdgBasedir.config, "code-server"),
37+
// TODO get xdgBasedir.runtime
3638
}
3739
}
3840

0 commit comments

Comments
 (0)