Skip to content

Commit

Permalink
Fix tslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Aug 10, 2017
1 parent dde1c33 commit 25100f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appInsightsClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
import * as vscode from "vscode";
import appInsights = require("applicationinsights");
import * as vscode from "vscode";

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

Expand Down

0 comments on commit 25100f2

Please sign in to comment.