We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4a3c5 commit 7d6b914Copy full SHA for 7d6b914
src/client/proposedApiTypes.ts
@@ -113,11 +113,11 @@ export interface Environment {
113
*/
114
path: string;
115
/**
116
- * Any specific workspace folder this environment is created for.
+ * Path to any specific workspace folder this environment is created for.
117
118
workspaceFolderPath: string | undefined;
119
120
- * Tools/Plugins which created the environment or where it came from.
+ * Tools/plugins which created the environment or where it came from.
121
* First value corresponds to the primary source, which never changes over time.
122
123
source: EnvSource[];
0 commit comments