diff --git a/service/dap/server.go b/service/dap/server.go index 2cf7f5bf90..0d80855875 100644 --- a/service/dap/server.go +++ b/service/dap/server.go @@ -104,13 +104,10 @@ type Server struct { variableHandles *variablesHandlesMap // args tracks special settings for handling debug session requests. args launchAttachArgs -<<<<<<< HEAD // exceptionErr tracks the runtime error that last occurred. exceptionErr error -======= // clientCapabilities tracks special settings for handling debug session requests. clientCapabilities dapClientCapabilites ->>>>>>> 1e9c5c3b07dc5f0f2b3b1fb17bde6444cbf7ca30 // mu synchronizes access to objects set on start-up (from run goroutine) // and stopped on teardown (from main goroutine)