Skip to content

Commit a485437

Browse files
committed
fix: fsevents
1 parent 068470e commit a485437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esbuild-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function main() {
1313
sourcesContent: false,
1414
platform: "node",
1515
outfile: "out/test/suite/index.js",
16-
external: ["vscode", "jsonc-parser"],
16+
external: ["vscode", "jsonc-parser", "fsevents"],
1717
logLevel: "silent",
1818
plugins: [
1919
/* add to the end of plugins array */

0 commit comments

Comments
 (0)