@lvce-editor/process-explorer-worker 3.13.0 → 3.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
# Lvce Editor Process Explorer
|
|
2
2
|
|
|
3
3
|
Process Explorer.
|
|
4
|
+
|
|
5
|
+
Friendly names for executable paths can be added to
|
|
6
|
+
`packages/process-explorer/src/parts/ConfiguredProcessNames/configuredProcessNames.json`.
|
|
7
|
+
Each entry contains a `pathRegex` matched against the full process command and the
|
|
8
|
+
`displayName` shown in Process Explorer.
|