We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068470e commit a485437Copy full SHA for a485437
esbuild-test.js
@@ -13,7 +13,7 @@ async function main() {
13
sourcesContent: false,
14
platform: "node",
15
outfile: "out/test/suite/index.js",
16
- external: ["vscode", "jsonc-parser"],
+ external: ["vscode", "jsonc-parser", "fsevents"],
17
logLevel: "silent",
18
plugins: [
19
/* add to the end of plugins array */
0 commit comments