Sarang Kulkarni

Results 2 comments of Sarang Kulkarni

What is the rationale for this? Since the app has been open-sourced, if someone wanted to run it on a rooted phone, they could simply edit the source to skip...

My workaround for this is to edit `.vscode/c_cpp_properties.json` and edit the` "defines" `array so that intellisense thinks that the additional keywords are pre-processor defines. Something like: ``` ... "defines": ["__interrupt(IntelliSense_Hack)=",...