Skip to content

Commit 25100f2

Browse files
committed
Fix tslint error
1 parent dde1c33 commit 25100f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appInsightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
2-
import * as vscode from "vscode";
32
import appInsights = require("applicationinsights");
3+
import * as vscode from "vscode";
44

55
const compilers = ["gcc -framework Cocoa", "gcc", "g++", "javac"];
66

0 commit comments

Comments
 (0)