Skip to content

Commit 55a5c3a

Browse files
1 parent ee3a3cd commit 55a5c3a

229 files changed

Lines changed: 229 additions & 229 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Source/AppRuntime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppRuntime.rs
1+
22
// Primary Focus: Defines the application's runtime environment and execution
33
// logic.
44

Source/AppState.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState.rs
1+
22
// Primary Focus: Defines the application's shared state structure.
33

44
use std::{

Source/AppState/Analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/Analyze.rs
1+
22
// Defines a helper function for analyzing text content.
33

44
#![allow(non_snake_case, non_camel_case_types)]

Source/AppState/ConfigurationState.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/ConfigurationState.rs
1+
22
// Defines the data structure for the application's merged configuration state.
33

44
#![allow(non_snake_case, non_camel_case_types)]

Source/AppState/DocumentState.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/DocumentState.rs
1+
22
// Defines the data structure for representing a single open document in memory.
33

44
#![allow(non_snake_case, non_camel_case_types)]

Source/AppState/ExtensionDescriptionState.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/ExtensionDescriptionState.rs
1+
22
// Defines the data structure for representing the metadata of a single scanned
33
// extension, parsed from its `package.json` manifest.
44

Source/AppState/HierarchySessionContext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/HierarchySessionContext.rs
1+
22
// Defines the context for an ongoing call hierarchy or type hierarchy session,
33
// linking subsequent requests (like getting incoming/outgoing calls) back to
44
// the original provider that initiated the session.

Source/AppState/Load.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/Load.rs
1+
22
// Defines a helper function for loading Memento storage data from a file on
33
// disk.
44

Source/AppState/OutputChannelState.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/OutputChannelState.rs
1+
22
// Defines the data structure for representing the state of a single output
33
// channel.
44

Source/AppState/ProviderRegistration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: AppState/ProviderRegistration.rs
1+
22
// Defines the data structure for storing information about a single
33
// registered language feature provider.
44

0 commit comments

Comments
 (0)