Skip to content

Commit f301a39

Browse files
author
Jakob Werner
committed
Fixing Glob being required with capital G
Thus solving Ubuntu not working
1 parent 4e5b86a commit f301a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {window, workspace, commands, Disposable,
55
TextDocument, QuickPickItem, FileSystemWatcher, Uri,
66
TextEditorEdit, TextEditor, Position} from 'vscode';
77
import * as path from "path";
8-
let Glob = require("Glob");
8+
let Glob = require("glob");
99

1010
// this method is called when your extension is activated
1111
// your extension is activated the very first time the command is executed

0 commit comments

Comments
 (0)