redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
44 stars 15 forks source link

Use ProcessHandle.of(pid) in ParentProcessWatcher #873

Open fbricon opened 1 year ago

fbricon commented 1 year ago

Code from https://github.com/redhat-developer/quarkus-ls/blob/5f1490f30274a501b9a119108382a4d305008b47/qute.ls/com.redhat.qute.ls/src/main/java/com/redhat/qute/ls/commons/ParentProcessWatcher.java#L84-L94

could be updated to use ProcessHandle.of(pid), similar to https://github.com/eclipse/eclipse.jdt.ls/commit/c2f47104adf29dcfc48f7c6d67e7604bbe4ee8e7