mscolnick / export-typescript

VSCode extension to export all modules in a directory and subdirectories via an `index.ts` file.
https://marketplace.visualstudio.com/items?itemName=mscolnick.export-typescript
MIT License
11 stars 3 forks source link

Install and subsequent run doesn't work #7

Closed CieloVistaSoftware closed 3 years ago

CieloVistaSoftware commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Install this tool from Visual Studio Extensions
  2. Move to a folder with lots of ts files
  3. Create an index.ts in that folder, right click select Command Palette.
  4. Go to View/command Palette
  5. Pick Export Typescript : Write Exports

Note nothing happens at this point.

Expected behavior Should see all the exports pop up.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

mscolnick commented 3 years ago

This should be fixed on latest (0.4.1). Let me know if its broken for you still