Skip to content

Commit 75e305f

Browse files
authored
fix: clarify expectations around source.path format (#581)
Closes #563 Closes #182
1 parent 3a9d1c6 commit 75e305f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugAdapterProtocol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,7 @@
35333533
},
35343534
"path": {
35353535
"type": "string",
3536-
"description": "The path of the source to be shown in the UI.\nIt is only used to locate and load the content of the source if no `sourceReference` is specified (or its value is 0)."
3536+
"description": "The path of the source to be shown in the UI. This may be a URI if `pathFormat` is set to `uri` in the `InitializeRequestArguments`.\nIt is used to locate and load the content of the source if no `sourceReference` is specified (or its value is 0). If `sourceReference` is specified, then `path` is a presentational property and clients should not assume the path exists on disk, nor that the path or URI format is the same as that of the client's operating system."
35373537
},
35383538
"sourceReference": {
35393539
"type": "integer",

0 commit comments

Comments
 (0)