Hi community, I have I have published a Visual Studio Code extension for EDK2
development:
"The EDK2Code Extension is a Visual Studio Code extension designed to improve
the development experience for engineers working with the EDK2 (UEFI) codebase.
This extension provides support for syntax hig
istine
> > ; Feng, Bob C ; Gao,
> > Liming ; Oram, Isaac W
> > ; Sean Brogan
> > Subject: Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile
> > information in build report
> >
> > On Mon, 27 Feb 2023 at 18:40, Guillermo Antonio Palomino Sosa
2.groups.io; Palomino Sosa, Guillermo A
> >
> > Cc: Ni, Ray ; Kinney, Michael D
> > ; Chen, Christine
> > ; Feng, Bob C ; Gao,
> > Liming ; Oram, Isaac W
> > ; Sean Brogan
> > Subject: Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile
> &g
mpile
> information in build report
>
> On Mon, 27 Feb 2023 at 18:40, Guillermo Antonio Palomino Sosa
> wrote:
> >
> > Hi. I have submitted a pull request to edk2-basetools repository:
> > https://github.com/tianocore/edk2-basetools/pull/88
> > This is the
1:07 AM
> > > > > > To: devel@edk2.groups.io
> > > > > > Cc: Feng, Bob C ; Gao, Liming
> > > > > > ; Chen, Christine
>
> > > > > > Subject: [edk2-devel][PATCH V1 1/1] BaseTools: Generate
> > &g
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-
From ddb21cdaca196f740a50fdd6524730c3e2cb76fb Mon Sep 17 00:00:00 2001
From: Guillermo Antonio Palomino Sosa
Date: Mon, 27 Feb 2023 10:29:53 -0600
Subject: [PATCH 1/1] BaseTools: Generate compile
Thanks guys. I will create a new patch based on edk2-basetools next week.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#100341): https://edk2.groups.io/g/devel/message/100341
Mute This Topic: https://groups.io/mt/96800354/21656
Group Own
buildReport in Json format.
Signed-off-by: Guillermo Antonio Palomino Sosa
---
BaseTools/Source/Python/build/BuildReport.py | 139 +++-
BaseTools/Source/Python/build/buildoptions.py | 4 +-
2 files changed, 140 insertions(+), 3 deletions(-)
diff --git a/BaseTools/Source/Python/