mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 13:16:05 +00:00
Update ResourceServer.cs
This commit is contained in:
parent
dc06506276
commit
0aceb0e86b
|
@ -119,7 +119,7 @@ namespace WelsonJS.Launcher
|
||||||
{
|
{
|
||||||
Label = Path.GetFileName(exec),
|
Label = Path.GetFileName(exec),
|
||||||
Kind = "Text",
|
Kind = "Text",
|
||||||
Documentation = "An executable file",
|
Documentation = $"An executable file: {exec}",
|
||||||
InsertText = exec
|
InsertText = exec
|
||||||
})
|
})
|
||||||
.ToArray();
|
.ToArray();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user