Skip to content

Commit

Permalink
fix: Add fetch poly-fill
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Oct 16, 2022
1 parent 1f9acc0 commit a2004bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notebook/controller/command.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as vscode from "vscode";
import fetch from "node-fetch";
import { serializer } from "./serializer";

import { reporter } from "../../telemetry/index";

export let commands: Commands;
Expand Down

0 comments on commit a2004bd

Please sign in to comment.