Update ResourceServer.cs

This commit is contained in:
Namhyeon Go 2025-03-16 03:30:15 +09:00
parent dc06506276
commit 0aceb0e86b

View File

@ -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();