update plugin configs

This commit is contained in:
Alexander Gehrke 2024-09-11 10:05:14 +02:00
parent 77e8e0b88b
commit 7d42f1af29
2 changed files with 9 additions and 1 deletions

View file

@ -29,6 +29,14 @@ return {
--args = { "firstArg", "secondArg", "thirdArg" }, -- here just as an example
},
},
{
type = "scala",
request = "attach",
buildTarget = "main",
name = "attach to service",
hostName = "localhost",
port = 9999,
},
{
type = "scala",
request = "launch",