WalonLi / edk2-vscode

The VSCode plugin of EDKII file association.
Other
31 stars 9 forks source link

edk2 is updated to use __func__ instead of __FUNCTION__ #21

Closed nhivp closed 5 months ago

nhivp commented 7 months ago

https://github.com/WalonLi/edk2-vscode/blob/290db786b9b933063f8a0e4364b3ef15e4068672/src/extension.ts#L120

Can we make an update for debug marco? Or make it more flexible in user configuration?

WalonLi commented 7 months ago

@nhivp Not all old compilers support func natively, and now I think many users are still maintaining old projects. Do you get any issue with any compilers?

nhivp commented 7 months ago

Tianocore/edk2 is using func in their source. So, can we make an option for user selection of the style?

WalonLi commented 7 months ago

Create a new option is doable but it's too specific. Is there common term for that?

WalonLi commented 5 months ago

Close since no feedback.