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