Matt Seddon

Results 236 comments of Matt Seddon

This is what it looks like when there are multiple projects in the workspace: https://user-images.githubusercontent.com/37993418/180125300-42733acd-d6da-438b-85d1-68fd73ca64f5.mov As shown in the demo it is possible to run commands from the palette. You...

Yep, I hit this as well. Will need to put a safe guard in. It will be something to do with the experiments data not looking complete.

I think this is a combination of a few things. The first two things that current jump out are 1. Before the initial git commit we get `ERROR: unexpected error...

Found a 3rd issue where newly created `deps` have no `hash/nfiles/size`, again the code falls over under these circumstances. Working on another fix.

### How this currently works There are several options available to the user. We cater to the following combinations: | DVC is installed | has virtual environment | user wants...

We use this API from the python extension: https://github.com/microsoft/vscode-python/blob/main/src/client/api.ts We pull these details into our config: `extension/src/config.ts` through `extension/src/extensions/python.ts` The part of the API that we use is this: ```js...

It is the other way around. MS Python sends messages to the terminal with `sendText`, it listens to events from the `window` to know when a new terminal is created....

This could potentially change as a result of https://github.com/microsoft/vscode-python/issues/11039.

Regarding getting more information from `ms-python.python`: https://github.com/microsoft/vscode-python/discussions/18888#discussioncomment-2893966