================
@@ -50,6 +50,8 @@ ConfigurationDoneRequestHandler::Run(const 
ConfigurationDoneArguments &) const {
   /// lldb-dap specific editor extension.
   SendExtraCapabilities(dap);
 
+  PrintIntroductionMessage();
----------------
da-viper wrote:

Probably makes more sense in the Post Run of  `InitializeRequestHandler` as it 
is shown before `init commands`

https://github.com/llvm/llvm-project/pull/170795
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to