Closed zijchen closed 1 week ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
extensions/sql-database-projects/src/controllers/projectController.ts | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
extensions/notebook/src/book/bookTreeView.ts | 1 | 36.91% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 11807843306: | -0.003% |
Covered Lines: | 30722 |
Relevant Lines: | 68916 |
I originally had this line in there, but I changed it to the one in #26049 thinking it's more readable, but they're not the same as now
this
becomes undefined in the callback. Apparently in JS, passing function directly as argument binds it to a specific object instance, but using "lambda" functions doesn't. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions