Skip to content

Commit b5a7a83

Browse files
committed
Rename utils back to original name
1 parent efdfe25 commit b5a7a83

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as ssh2Streams from 'ssh2-streams'
88
import * as vscode from 'vscode'
99

1010
import * as dnssd from './dnssd'
11-
import { sanitizedDateString, getSharedTempDir } from './extension-utils'
11+
import { sanitizedDateString, getSharedTempDir } from './utils'
1212

1313
const S_IXUSR = parseInt('00100', 8);
1414

File renamed without changes.

0 commit comments

Comments
 (0)