Replies: 1 comment 3 replies
-
code-server puts the last used query params in However if you just need the current folder/workspace(s) you could try https://code.visualstudio.com/api/references/vscode-api#workspace.workspaceFolders |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing a vscode extension intended to run in the browser with codeserver. I need to access the browser's url params (window.location.search). Specifically, I need to read the "folder" param. the vscode module doesn't seem to expose any relevant object for that purpose. Any hints on this? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions