Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Feb 5, 2025
1 parent fe9d208 commit 9c3d2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@typescript/vfs";
import ts from "typescript";
import {
tsLinterWorker,
tsLinter,
tsHover,
tsAutocomplete,
tsSync,
Expand Down Expand Up @@ -56,7 +56,7 @@ increment('not a number');`,
}),
tsFacet.of({ worker, path }),
tsSync(),
tsLinterWorker(),
tsLinter(),
autocompletion({
override: [
tsAutocomplete({
Expand Down

0 comments on commit 9c3d2e1

Please sign in to comment.