Bogdan-Lyashenko / codecrumbs

Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
https://codecrumbs.io
BSD 3-Clause "New" or "Revised" License
2.71k stars 101 forks source link

hot reload does not work correctly when using typescript #37

Closed 6thpath closed 5 years ago

6thpath commented 5 years ago

Whenever i save changes, codecrumbs still detect changes and recompile but the trail option on browser contain only current option, others are disappeared.

Bogdan-Lyashenko commented 5 years ago

Hi there, thanks for the report. Can you please show an example what several consecutive codedrumbs you wrote (and they didn’t appear together)? Are they part of one trail? Do they appear if you reload browser tab manually? Thanks 🙂

6thpath commented 5 years ago

They are different trails. The trail options appear again if i reload browser tab manually.

6thpath commented 5 years ago

here's an example, i have 3 trails: //cc:appmodule#1;something;+1 //cc:pipeline#1;something;+2 //cc:guard#1;somethingelse;+3 on browser, if i choose "appmodule", then make a change on project file then save it, pipeline and guard disappeared, only appmodule in trail option

Bogdan-Lyashenko commented 5 years ago

Yeah, I see, so here is the thing - it shows only one trail at the time. It’s kind of “feature” and not a bug ;) If you try //cc:appmodule#1;first step //cc:appmodule#2;second step //cc:appmodule#3;third step You will see these 3 steps.

6thpath commented 5 years ago

thank you for the answer :D