Skip to content

Commit

Permalink
preview: bump dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaoboy committed Oct 21, 2024
1 parent 2866e5c commit 89aa925
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion ansi-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"test": "vscode-test"
},
"dependencies": {
"ansi2": "^0.1.14"
"ansi2": "workspace:*"
}
}
1 change: 0 additions & 1 deletion ansi-preview/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function updateWebviewContent(fileName: string): void {
const s = fs.readFileSync(fileName, "utf-8")

// FIXME: html looks better than svg?
// @ts-ignore
panel.webview.html = to_html(s, Theme.Vscode)
// panel.webview.html = to_svg(s, Theme.Vscode)
}
Expand Down
Loading

0 comments on commit 89aa925

Please sign in to comment.