Michael Lively
Michael Lively
* [Endgame Template](https://github.com/microsoft/vscode-jupyter/blob/main/.github/endgame_plan.md) ## Thursday - [x] Ensure that any CI test failures have issues assigned to that area's owner. - [x] Work with the build champ to drive the...
- *06/24* Code freeze for the endgame - *Month/Day* [Endgame done](https://github.com/Microsoft/vscode/wiki/Development-Process#inside-an-iteration) - *Month/Day* Expected release date (this may change) ##### Monday - [x] Check that all queries in this issue...
when clause-ing + context menu support for notebook code action discoverability support for format notebook focus on improving discoverability and improving notebook ecosystem
Testing microsoft/vscode-python#23676 ```python my_dict = { 'key1': 'value1', 'key2': 'value2', 'key3': 'value3', 'key4': 'value4' } class MyClass: def my_function(self): print("Hello, world!") print("bye, world!") # Create an instance of MyClass my_instance...
With the new work done to change profile creation, it seems like the flyout to quicky change profiles has disappeared. Referring to the settings/profile icon in the bottom left of...
Re: [#200896](https://github.com/microsoft/vscode/issues/200896) Added debug logging to diagnose context key issues causing disappearing global toolbar buttons (restart).
* [Endgame Template](https://github.com/microsoft/vscode-jupyter/blob/main/.github/endgame_plan.md) ## Thursday - [ ] Ensure that any CI test failures have issues assigned to that area's owner. - [ ] Work with the build champ to...
Fixes: #237263 Adds support for inline vars after cell execution in notebooks. Extensions can use the `InlineValuesProvider` class to contribute providers that will give more intelligent results.
Type: Bug When using the run cell tool in a notebook with agent mode, I hear chimes with every call of the tool. The setting `accessibility.signals.chatUserActionRequired` implies only chimes when...
Overall tracking issue grouping a number of likely context related issues for jupyter notebooks. Main points of interest are states where certain actions become unusable (ex: debugger in a broken...