mark-wiemer-org/ahkpp

Extension activation fails on tests

Closed this issue · 2 comments

Description

  1. Switch branch.
  2. Launch Test Extension.
  3. See error notification.
  4. Sometimes console got stuck with infinite progress icon.
  5. After it launch Launch Extension got same error (not always), formatter not work.

Workaround: terminate tasks in console, re-run npm run dev.

FailExtensionActivate

npm i command says up to date

Additional errors

Code_15-23-27-655_REKY

Build succeed, but extension does not activate and not work.

@kyklish are you still encountering this issue after updating all your branches? It seems like a problem with one branch having old names and the main branch having new names. Typically, background tasks are bad at recognizing when git switches branches / lots of files are changed simultaneously.

I'm not able to reproduce the issue, could you record your screen and share a GIF? ShareX is a great tool for that.

Please start the recording from right when VS Code opens the main branch, before any background tasks are started or any new branches are made

Updated tsconfig.json recently, this should be resolved. @kyklish please re-open if you're still having issues.