refactor: move tmpdir into src/node/constants
This commit is contained in:
@ -8,8 +8,6 @@ import * as path from "path"
|
||||
import * as util from "util"
|
||||
import xdgBasedir from "xdg-basedir"
|
||||
|
||||
export const tmpdir = path.join(os.tmpdir(), "code-server")
|
||||
|
||||
interface Paths {
|
||||
data: string
|
||||
config: string
|
||||
|
Reference in New Issue
Block a user