Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 67abca2

Browse files
committed
Merging changes
1 parent e1caa9d commit 67abca2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import * as net from 'net';
66
import * as os from 'os';
77
import * as path from 'path';
88
import * as url from 'url';
9-
import { Uri } from 'vscode';
109

1110
export function getURL(aUrl: string, options: https.RequestOptions = {}): Promise<string> {
1211
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)