Matt Seddon

Results 236 comments of Matt Seddon

Unable to hide `Created` column: ![Screen Shot 2022-10-17 at 9 52 32 am (2)](https://user-images.githubusercontent.com/37993418/196062302-7c3240fd-5997-45d5-9f57-557c6129a2bc.png) PR title should mention that the change is only for "Hide Column" and not all options...

One of the problems here is that the test leaves the workspace in an altered state. The config value is left as 0 after the test runs which means subsequent...

In the extension integration tests we reset the value after each call: https://github.com/iterative/vscode-dvc/blob/9b458fb52e24eff0b8dace471c13c2db3ed69d05/extension/src/test/suite/extension.test.ts#L47-L48 But could probably use `after` to remove the config value in this instance: ``` after(() => {...

> > One of the problems here is that the test leaves the workspace in an altered state. The config value is left as 0 after the test runs which...

Looks like this has been replaced by #2621

Would someone be able to approve the workflow run for #15 to see if it fixes the issues with the tests? Please and thank you.

#15 should close this now and maybe #14 too.

Seems to be fixed. We can reopen if it is still an issue.

The extension handles this by making an extra call to Git. Closing.