This is an archive of the discontinued LLVM Phabricator instance.

makes extension contribute breakpoints using new package.json schema: https://code.visualstudio.com/updates/v1_42#_implement-a-debug-adapter-inside-an-extension
ClosedPublic

Authored by chrisbond on Jun 24 2021, 4:05 PM.

Diff Detail

Event Timeline

chrisbond requested review of this revision.Jun 24 2021, 4:05 PM
chrisbond created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2021, 4:05 PM
chrisbond updated this revision to Diff 354392.Jun 24 2021, 4:28 PM

minimize diff content

chrisbond set the repository for this revision to rG LLVM Github Monorepo.Jun 24 2021, 5:29 PM

Should we leave the old one there in case this extension is loaded in an older IDE?

restore deprecated enableBreakpointsFor section to package.json to support older vscode releases. newer releases ignore this section.

clayborg accepted this revision.Jun 24 2021, 11:33 PM
This revision is now accepted and ready to land.Jun 24 2021, 11:33 PM

Thanks. Since I don't yet have commit access, could you go ahead and commit this change for me?