[Lldb-commits] [PATCH] D104882: makes extension contribute breakpoints using new package.json schema:https://code.visualstudio.com/updates/v1_42#_implement-a-debug-adapter-inside-an-extension

2021-06-25 Thread Chris Bond via Phabricator via lldb-commits
chrisbond added a comment. Thanks. Since I don't yet have commit access, could you go ahead and commit this change for me? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104882/new/ https://reviews.llvm.org/D104882

[Lldb-commits] [PATCH] D104882: makes extension contribute breakpoints using new package.json schema:https://code.visualstudio.com/updates/v1_42#_implement-a-debug-adapter-inside-an-extension

2021-06-24 Thread Chris Bond via Phabricator via lldb-commits
chrisbond updated this revision to Diff 354435. chrisbond added a comment. restore deprecated enableBreakpointsFor section to package.json to support older vscode releases. newer releases ignore this section. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llv

[Lldb-commits] [PATCH] D104882: makes extension contribute breakpoints using new package.json schema:https://code.visualstudio.com/updates/v1_42#_implement-a-debug-adapter-inside-an-extension

2021-06-24 Thread Chris Bond via Phabricator via lldb-commits
chrisbond updated this revision to Diff 354392. chrisbond added a comment. Herald added a subscriber: JDevlieghere. minimize diff content CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104882/new/ https://reviews.llvm.org/D104882 Files: lldb/tools/lldb-vscode/package.json Index: lld

[Lldb-commits] [PATCH] D104882: makes extension contribute breakpoints using new package.json schema:https://code.visualstudio.com/updates/v1_42#_implement-a-debug-adapter-inside-an-extension

2021-06-24 Thread Chris Bond via Phabricator via lldb-commits
chrisbond created this revision. chrisbond requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D104882 Files: lldb/tools/lldb-vscode/package.json Index: lldb/tools/lldb-vscode/