Skip to content

Commit c969fd6

Browse files
committed
Added support for http remote files
1 parent d071bab commit c969fd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as css from 'vscode-css-languageservice';
88
import * as fs from 'fs';
99
import * as path from 'path';
1010
const request = require('request');
11-
// import * as https from 'https';
1211

1312
let service = css.getCSSLanguageService();
1413
let map: { [index: string]: vsc.CompletionItem[]; } = {};

0 commit comments

Comments
 (0)