Skip to content

Commit

Permalink
Fix import statement in HtmlBeautifier
Browse files Browse the repository at this point in the history
  • Loading branch information
aliariff committed Feb 11, 2024
1 parent 1742895 commit 2b11442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatter/htmlbeautifier.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as vscode from "vscode";
import * as cp from "child_process";
const isWsl = import("is-wsl");
const isWsl = require("is-wsl");

export default class HtmlBeautifier {
/**
Expand Down

0 comments on commit 2b11442

Please sign in to comment.