Matt Seddon
Matt Seddon
@ryanluker what was the issue? Why was the build expecting `tslib` when it wasn't present? Edit: I did some reading and it seems like you would only need to manually...
The change is when you added `importHelpers: true` to your `tsconfig`: https://www.typescriptlang.org/tsconfig#importHelpers Some code change must've caused a different transpilation and then... you hit the code path where `tslib` should...
@ryanluker yep, you have three options for down in the right hand corner. `window.showErrorMessage`, `window.showInformationMessage` & `window.showWarningMessage`. You can convert these into a modal by adding `modal: true` to the...
@ryanluker could be a good time to implement one of the new [walkthroughs](https://code.visualstudio.com/api/references/contribution-points#contributes.walkthroughs). :help-wanted: :good-first-issue: 😬
We'll be processing the errors before displaying anything to the user. Would be good to have a way to identify where certain revisions are missing data due to errors (as...
This bug is actually worse than I had thought. The entirety of `data/MNIST/raw` is also missing which means there is no data to experiment against.
If I understand correctly the two main situations where a user can get into this situation are: 1. Repository has just been cloned and the user has never pulled. 2....
> * If someone adds some content to a not-in-cache path, should we also show that the files have changed, or only show the status as not in cache? What...
Would it make the most sense then to only show files as not in cache (or whatever terminology that we end up using) if they are not present in either...
@dberenbaum I've made updates on our end to make it possible to show resources across multiple categories in the SCM view. In terms of decorations, we can only have 1...