Sandeep Somavarapu

Results 102 comments of Sandeep Somavarapu

This seems to happen when there are at least more than one window opened. Both windows are updating the global state (pinned panels) with a different value.

This bug got surfaced because of the following change and revealed a can of worms in the code https://github.com/microsoft/vscode/commit/2ae5bc69802cf6042f5f435f6d247379aeca2181#diff-bb39d7c36591ac930515684707ed163977cb7cd81bef278f2633b471397c3ad0R828-R849 https://github.com/microsoft/vscode/commit/2ae5bc69802cf6042f5f435f6d247379aeca2181#diff-bb39d7c36591ac930515684707ed163977cb7cd81bef278f2633b471397c3ad0R886-R1063 In brief, this change added `syncStatus` context key to the...

Closing it as the original issue got fixed. Created a follow up issue https://github.com/microsoft/vscode/issues/162019 for improvements

Thanks for verifying. What @rebornix saw is not same as this.

@hediet May I know if you are still able to repro this?

This issue seems to be about the Keyboard Shortcuts help PDF file.

@rebornix We already support whatever you described in the description. I always fetch the latest extension version that supports the VS Code client from which the extension is asked to...

Filed separate issue for tracking showing extension with compatible version. I wonder if this needs support from Marketplace team too.

> do you think we can document this and extension authors can rely on this behavior in their release pipeline? @rebornix Sure. We can have one of our extensions as...

Can you please file a separate issue for this usecase?