firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Firecamp is closed after clicking links in Markdown preview #68

Open pavelsaman opened 4 years ago

pavelsaman commented 4 years ago
  1. problem

When I use links in Markdown and click on them from the right view (Preview), Firecamp wants to close itself:

image

When I choose Quit, Firecamp is closed, but no browser with the URL I clicked on opens up.

  1. test data

Markdown as follows:

[Link][1]

[Another link](https://github.com)

[Yet another link]

[1]: https://firecamp.io
[Another link]: https://google.com/
  1. steps to reproduce

go to Markdown => paste the test data markdown => click on one of the links in the right view (Preview)

  1. desired behaviour

When a link is clicked upon, Firecamp is not closed, a default browser is opened up with the URL.

  1. version

0.9.3 on Windows 10 x64 machine