frencojobs / vscode-notion

Browse Notion pages right inside Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=frenco.vscode-notion
MIT License
327 stars 15 forks source link

Extension mostly non-functional within a VSCode-Remote workspace #19

Open ELLIOTTCABLE opened 1 year ago

ELLIOTTCABLE commented 1 year ago

In a local window, this extension seems to basically be working as expected. I can load pages, close, re-open, bookmark, etc.

However, when I attempt to use this extension in a Remote session, it behaves really strangely: I can open a page immeaditely after opening the workspace; but if I close that page, I cannot then re-open it — clicking on the bookmark has no effect, no new VScode panes open or anything.

Similarly, although I can open pages on the Remote (once each) by clicking them in bookmarks, the vscode-notion.openPage command has … no effect. The 'input URL' window refuses to appear on the remote workspace, period.

ELLIOTTCABLE commented 1 year ago

Er, woah, I also get this — although it's possibly unrelated, it doesn't happen immediately after attempting to issue the vscode-notion.openPage command …

image

Nothing in the Remote Extension Host output-pane. (Does this extension log anything anywhere? it doesn't appear to have an Output pane …)