File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ node_modules/
55out /
66keybindings. * .json
77src /driver.d.ts
8+ * .tgz
Original file line number Diff line number Diff line change 1+ ! /out
2+ /src
3+ /tools
4+ .gitignore
5+ tsconfig.json
6+ * .tgz
Original file line number Diff line number Diff line change 99 "main" : " ./out/index.js" ,
1010 "private" : true ,
1111 "scripts" : {
12- "postinstall" : " npm run compile" ,
1312 "compile" : " npm run copy-driver && npm run copy-driver-definition && tsc" ,
1413 "watch" : " concurrently \" npm run watch-driver\" \" npm run watch-driver-definition\" \" tsc --watch\" " ,
1514 "copy-driver" : " cpx src/driver.js out/" ,
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ export * from './statusbar';
2424export * from './terminal' ;
2525export * from './viewlet' ;
2626export * from './workbench' ;
27- export * from '../src /driver' ;
27+ export * from './driver' ;
You can’t perform that action at this time.
0 commit comments