Qythyx
Qythyx
@Nu11u5, thanks, that seemed to work. I'm wondering if it is because a change in Typescript's [useDefineForClassFields](https://www.typescriptlang.org/tsconfig#useDefineForClassFields). As of target=ES2022 the default value is now `true` where it used to...
Ack, now I'm having this issue with a different project. I tried setting target=ESNext and ES2022, and both have an error. I also tried setting `useDefineForClassFields` to both `true` and...
Aha! If I change it to `"target": "ES2019"` then it works. I think that might be the key. Also, looking at the clasp typescript [docs](https://github.com/google/clasp/blob/master/docs/typescript.md) it says you should target...
@Sergio0694 , thanks for the suggestion, but I tried forcing a GC and still didn't see my handler get called.
@msalaman, no, I do have the basic `GitHub Copilot` and `GitHub Copilot Chat` extensions installed, but not the one for Azure.
@alexweininger, sure here are 2 screenshots. The first is where the `Manage Trusted Extensions` is shown (bottom-left if you click on the profile icon). The second is the menu that...
@msalaman, do you know who owns the `Azure Resources` extension or where I could file an issue for it?
@alexweininger, yes this issue still happens. In addition to the GitHub authentication, the Microsoft authentication also happens continuously with repeated messages like the following: ``` 2025-09-21 10:27:50.690 [info] [getSessions] [6f1cc985-85e8-487e-b0dd-aa633302a731/.default...
Hmm, I was just able to reproduce the problem. After logging out and back in to Microsoft and having the Resources panel shown without issues I tried clicking the refresh...
@nturinski , thanks for the response. I only have 1 tenant, so I don't think my issue is exactly the same as that mentioned in the link you provided. I...