Skip to content

Commit a3216f0

Browse files
committed
Clarify meaning of "system process"
1 parent bf7a554 commit a3216f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,9 @@ class ProcessEventArguments {
494494
@NonNull
495495
String name;
496496
/**
497-
* The system process id of the debugged process. This property is missing for non-system processes.
497+
* The process ID of the debugged process, as assigned by the operating system.
498+
* This property should be omitted for logical processes that do not map to
499+
* operating system processes on the machine.
498500
* <p>
499501
* This is an optional property.
500502
*/

0 commit comments

Comments
 (0)