Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vsda support aka unc aka microsoft remote desktop and sharing protocool for the vscode-server #1

Open
lemanschik opened this issue Nov 19, 2024 · 0 comments

Comments

@lemanschik
Copy link

lemanschik commented Nov 19, 2024

UNC = "\" host-name "" share-name [ "" object-name ]
host-name = IPv6address / IPv4address / reg-name
; IPv4address, and reg-name are as specified in [RFC3986], see following for IPV6
share-name = 180pchar
pchar = %x20-21 / %x23-29 / %x2D-2E / %x30-39 / %x40-5A / %x5E-7B / %x7D-FF
object-name = path-name [ "" file-name ]
path-name = 1
255pchar
file-name = 1
255fchar [ ":" stream-name [ ":" stream-type ] ]
fchar = %x20-21 / %x23-29 / %x2B-2E / %x30-39 / %x3B / %x3D / %x40-5B / %x5D-7B / %x7D-FF
stream-name = schar
schar = %x01-2E / %x30-39 / %x3B-5B /%x5D-FF
stream-type = 1
schar

https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/62e862f4-2a51-452e-8eeb-dc4ff5ee33cc

it is implemented in the electron build as dependency named vsda visual studio domain authority i guess.

get imported by bootstrap-* code of vscode src.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant