You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notificationsAlerts.ts:38
Error: vscode.Uri.file is not a constructor
at JournalDataProvider.getTreeItem (c:\Users\bmccarty\.vscode-insiders\extensions\gruntfuggly.vscode-journal-view-0.0.22\dataProvider.js:148:36)
at define.fetchChildrenNodes.a.asPromise.then.Promise.all.u.coalesce.map.a.asPromise (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:441:138)
at t.asPromise.Promise (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:48:58)
at new Promise (<anonymous>)
at Object.t.asPromise (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:48:32)
at define.fetchChildrenNodes.a.asPromise.then.Promise.all.u.coalesce.map.e (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:441:106)
at Array.map (<anonymous>)
at define.fetchChildrenNodes.a.asPromise.then.e (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:441:97)
The text was updated successfully, but these errors were encountered:
This seems to be due to something changing in the API. I need to find out what is being changed as the current implementation is correct according to the documentation, and works as expected with the stable release of vscode.
Running:
Version: 1.32.0-insider (system setup)
Commit: 7d0c9e6fa0bedcf71bdae86c02611b65362795a3
Date: 2019-02-26T06:19:00.351Z
Electron: 3.1.3
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.17763
vscode-journal-view 0.0.22
The text was updated successfully, but these errors were encountered: