Skip to content

Commit 5ff789b

Browse files
committed
Remove emmy_core for release
1 parent ca94a9f commit 5ff789b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/Launch.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ launch = { }
1616
SetMainObject(launch)
1717

1818
function launch:OnInit()
19-
20-
-- This is the path to emmy_core.dll. The ?.dll at the end is intentional.
21-
package.cpath = package.cpath .. ";C:/Users/mtssk/.vscode/extensions/tangzx.emmylua-0.9.18-win32-x64/debugger/emmy/windows/x64/?.dll"
22-
local dbg = require("emmy_core")
23-
-- This port must match the IDE configuration. Default is 9966.
24-
dbg.tcpListen("localhost", 9966)
25-
-- Uncomment the next line if you want Path of Building to block until the debugger is attached
26-
--dbg.waitIDE()
27-
2819
self.devMode = false
2920
self.installedMode = false
3021
self.versionNumber = "?"

0 commit comments

Comments
 (0)