We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010d351 commit 4bd054dCopy full SHA for 4bd054d
extensions/ql-vscode/gulpfile.ts/appInsights.ts
@@ -1,6 +1,5 @@
1
import { src, dest } from "gulp";
2
-// eslint-disable-next-line @typescript-eslint/no-require-imports,import/no-commonjs
3
-const replace = require("gulp-replace");
+import replace from "gulp-replace";
4
5
/** Inject the application insights key into the telemetry file */
6
export function injectAppInsightsKey() {
0 commit comments