Skip to content

Commit b62e1b5

Browse files
worrmhegazy
authored andcommitted
Use unix cache location on the major BSDs (microsoft#16187)
1 parent 66b6d69 commit b62e1b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ namespace ts.server {
4545
os.tmpdir();
4646
return combinePaths(normalizeSlashes(basePath), "Microsoft/TypeScript");
4747
}
48+
case "openbsd":
49+
case "freebsd":
4850
case "darwin":
4951
case "linux":
5052
case "android": {

0 commit comments

Comments
 (0)