Skip to main content
Module RPCModelContentChangeDTO
Development
Node
Environment_
MicrosoftVS
Code
Dependency_
22Node
Version_
Bundle_
Clean_
Debug_
Electron
Profile_
Esbuild
Compiler_
Mountain
0.0.1
Module RPCModel
Content
ChangeDTO
Sections
RPCModelContentChangeDTO
RESPONSIBILITY
FIELDS
Module Items
Structs
In Development
Node
Environment_
MicrosoftVS
Code
Dependency_
22Node
Version_
Bundle_
Clean_
Debug_
Electron
Profile_
Esbuild
Compiler_
Mountain::
Application
State::
DTO
DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain
::
ApplicationState
::
DTO
Module
RPCModel
Content
ChangeDTO
Copy item path
Source
Expand description
§
RPCModelContentChangeDTO
§
RESPONSIBILITY
Data transfer object for text document changes
Serializable format for gRPC/IPC transmission
Used by Mountain to apply delta changes to documents
Compatible with VS Code’s LSP RPC protocol
§
FIELDS
Range: The range of text to replace
Text: The new text to insert
Structs
§
RPCModel
Content
ChangeDTO
Represents a single text change operation, including the range to be replaced and the new text to insert. This is part of a collection sent when a document is edited.