Skip to content

Commit 7d6b914

Browse files
karthiknadigKartik Raj
authored and
Kartik Raj
committed
Simplify buffer decoder. (#19836)
1 parent be4a3c5 commit 7d6b914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/proposedApiTypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ export interface Environment {
113113
*/
114114
path: string;
115115
/**
116-
* Any specific workspace folder this environment is created for.
116+
* Path to any specific workspace folder this environment is created for.
117117
*/
118118
workspaceFolderPath: string | undefined;
119119
/**
120-
* Tools/Plugins which created the environment or where it came from.
120+
* Tools/plugins which created the environment or where it came from.
121121
* First value corresponds to the primary source, which never changes over time.
122122
*/
123123
source: EnvSource[];

0 commit comments

Comments
 (0)