Add extensions logging (#11261)

This commit is contained in:
christine betts
2025-10-21 16:55:16 -04:00
committed by GitHub
parent e9e80b054d
commit c6a59896f3
16 changed files with 230 additions and 65 deletions
@@ -57,6 +57,7 @@ describe('useExtensionUpdates', () => {
const extensions = [
{
name: 'test-extension',
id: 'test-extension-id',
type: 'git',
version: '1.0.0',
path: '/some/path',
@@ -269,6 +270,7 @@ describe('useExtensionUpdates', () => {
const extensions = [
{
name: 'test-extension-1',
id: 'test-extension-1-id',
type: 'git',
version: '1.0.0',
path: '/some/path1',
@@ -282,6 +284,8 @@ describe('useExtensionUpdates', () => {
},
{
name: 'test-extension-2',
id: 'test-extension-2-id',
type: 'git',
version: '2.0.0',
path: '/some/path2',