update plugin configs
This commit is contained in:
parent
77e8e0b88b
commit
7d42f1af29
2 changed files with 9 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue