Ayase Minori
Ayase Minori
I'm sure our search indexing is too limited to do this, so I think this is invalid?
I don't think Hashing can solve duplication since anyone can just waifu2x or change the format and it'll result in a different hashing.
I'll see what I can do to adapt the hashing standard, but this is on hold for now since its in the FVP log.
@nhyoor if this interests you, there's a remote subfolder in the main vscode folder, wanna ~~abuse~~ reuse that?
Investigating the `remote/` folder, looks like `remote` implements `vscode-release-reh` which compiles into a whole server target. I think we can repurpose this.
Digging more on the code I think I have a gripe on how RPC works with vscode right now Observing this: https://github.com/microsoft/vscode/blob/master/src/vs/platform/remote/common/remoteAgentConnection.ts, I was able to deduce that: - vscode...
Additional notes: Everything in VS Code relies on a single tunnel connection. Presumably to simplify things, if I am right and all of this are done in UDP, then what...
Again since we want the same experience as I outlined in GH-2105, there's more than just the remote server itself as well. If we are to approach this as a...
> Any news about the possibility / feasibility to have a replica of the [Remote Development extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) for code-server ? > > I'm using code-server on my Chromebook, as vscode...
After months of analysis and some bit of RE, I'm already starting work on this. Can't assure when it'll be available since it's not something I don't see that will...