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
As an example: "open manpage" then "/home/me/gcc/gcc/cobol/gcobol.1", leading to
[error] Error: [UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")
at AA (file:///usr/share/codium/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:28:56489)
at new Xg (file:///usr/share/codium/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:28:57418)
at new ca (file:///usr/share/codium/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:28:59140)
at Xg.parse (file:///usr/share/codium/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:28:57919)
at /home/me/.vscode-oss/extensions/meronz.manpages-0.2.0-universal/out/extension.js:2:3458
at Generator.next (<anonymous>)
at /home/me/.vscode-oss/extensions/meronz.manpages-0.2.0-universal/out/extension.js:1:791
at new Promise (<anonymous>)
at v (/home/me/.vscode-oss/extensions/meronz.manpages-0.2.0-universal/out/extension.js:1:611)
at f (/home/me/.vscode-oss/extensions/meronz.manpages-0.2.0-universal/out/extension.js:2:3395)
at T.<anonymous> (/home/me/.vscode-oss/extensions/meronz.manpages-0.2.0-universal/out/extension.js:2:1982)
at Generator.next (<anonymous>)
at r (/home/me/.vscode-oss/extensions/meronz.manpages-0.2.0-universal/out/extension.js:1:649) manpages.openFromInput {"value":"meronz.manpages","_lower":"meronz.manpages"}
the manpages output pane shows
openFromInput called with text: /home/me/gcc/gcc/cobol/gcobol.1
so... something seems to encode the / wrongly.
The text was updated successfully, but these errors were encountered:
As an example: "open manpage" then "/home/me/gcc/gcc/cobol/gcobol.1", leading to
the manpages output pane shows
so... something seems to encode the / wrongly.
The text was updated successfully, but these errors were encountered: