Tyler James Leonhardt

Results 370 comments of Tyler James Leonhardt

Ok. Thanks for confirming. I would like to see if you experience the same issue of a growing list of sessions again. If you hit this issue again, can you...

@sandy081 I notice that we log the status of the call to the settings sync server: ``` 2023-07-14 02:09:50.772 [info] Request failed {"url":"https://vscode-sync.trafficmanager.net/v1/manifest","status":401,"execution-id":"foo","operation-id":"bar"} ``` but we don't return the actual...

@sandy081 added some additional important logging in https://github.com/microsoft/vscode/pull/188935 that should be available with the [insiders](https://code.visualstudio.com/insiders) version today... or wait a few days for the next stable likely out next Thursday....

Does your code get invoked every time a user types a query? I would expect that it would only get invoked when there is a `:` similar to how symbols...

Thanks for your patience. I really would love to get this feature in as I think it provides some really nice value. One thing I am hesitating with is that...

https://github.com/microsoft/vscode/assets/2644648/71af3691-1b68-4268-8ff9-e8ee0e502121 So I think I followed the same steps as you... and I couldn't reproduce this. Can you grab the latest insiders and follow these steps so that we can...

@50Wliu so... It works for you when not running the debugger? Is your extension working as expected otherwise? (In other words, is it just a "cosmetic" bug where your account...

but I was running with the debugger here... https://github.com/microsoft/vscode/issues/186543#issuecomment-1613647770 Can you repro this when not running over a remote connection? I wonder if that has something to do with it.

@50Wliu I believe I fixed this not too long ago... can you try again?