frgt10cs
frgt10cs
I have a microphone and I allowed it to be used in apps on Windows settings. When I run my app within VS Code, this error doesn't appear
When i run app in VS Code it uses the following command: ``` & 'c:\Users\Me\.vscode\extensions\ms-dotnettools.csharp-1.23.14\.debugger\vsdbg.exe' '--interpreter=vscode' '--connection=4c1b17a5a29f44c9be65b565e6c510e3' ``` And all works! When I try to run app: ``` .\bin\Debug\netcoreapp3.1\WebRTC.exe ```...
I understand that these two ways of launching uses the same exe to run, but the results is different -_-
Plus 1 for adding this feature. We have custom integration for retrieving signing keys and certificates from our secret storage so it would be great if `notation` had usable CLI...