File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,16 @@ export class VscodeProvider {
165
165
}
166
166
167
167
/**
168
- * Choose the first non-empty path.
168
+ * Choose the first non-empty path from the provided array.
169
+ *
170
+ * Each array item consists of `url` and an optional `workspace` boolean that
171
+ * indicates whether that url is for a workspace.
172
+ *
173
+ * `url` can be a fully qualified URL or just the path portion.
174
+ *
175
+ * `url` can also be a query object to make it easier to pass in query
176
+ * variables directly but anything that isn't a string or string array is not
177
+ * valid and will be ignored.
169
178
*/
170
179
private async getFirstPath (
171
180
startPaths : Array < { url ?: string | string [ ] | ipc . Query | ipc . Query [ ] ; workspace ?: boolean } | undefined > ,
You can’t perform that action at this time.
0 commit comments