Skip to content

Commit f4a60e2

Browse files
committed
Include the needed node_modules files in the final extension bundle
1 parent 11bbaec commit f4a60e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

editors/code/.vscodeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
!out
44
out/**
55
!out/src
6+
!node_modules/d3/dist/d3.min.js
7+
!node_modules/@hpcc-js/wasm/dist/index.min.js
8+
!node_modules/@hpcc-js/wasm/dist/graphvizlib.wasm
9+
!node_modules/d3-graphviz/build/d3-graphviz.min.js
610
!package.json
711
!package-lock.json
812
!ra_syntax_tree.tmGrammar.json

0 commit comments

Comments
 (0)