feat(ide extension): introduce debug logging (#10416)

This commit is contained in:
Shreya Keshive
2025-10-02 13:10:13 -04:00
committed by GitHub
parent e7a13aa031
commit 12d4ec2e07
5 changed files with 57 additions and 22 deletions
@@ -47,6 +47,9 @@ vi.mock('vscode', () => ({
registerTextDocumentContentProvider: vi.fn(),
onDidChangeWorkspaceFolders: vi.fn(),
onDidGrantWorkspaceTrust: vi.fn(),
getConfiguration: vi.fn(() => ({
get: vi.fn(),
})),
},
commands: {
registerCommand: vi.fn(),