Mountain/IPC/UriComponents/MID_URI.rs
1
2//! `MarshalledId.Uri` constant from VS Code's
3//! `src/vs/base/common/marshallingIds.ts`. The renderer's URI reviver
4//! (`_transformIncomingURIs` in `uriIpc.ts`) keys off this exact value
5//! to decide whether to call `URI.revive()`. If VS Code ever renumbers
6//! the enum, this constant must move in lockstep.
7
8pub const VALUE:u64 = 1;