Cristian Pop

Results 47 comments of Cristian Pop

> You can change the settings of the debug console and try the other available options. My autocomplete doesn't show "console" or options. ![image](https://user-images.githubusercontent.com/8635911/169905131-71499975-ba73-4157-b49a-43b72488bbfb.png) I can make things log to...

That worked! Thank you @bobbrow . I would prefer if we could _keep_ this bug open to track moving the default to this setting to match Linux/Mac and Remote SSH.

> whatever cpptools picks for you I don't see an option for cpptools in settings to control the behavior. There is an open issue/feature to control this: https://github.com/microsoft/vscode-cpptools/issues/9132

My setup was: 1. Install Microsoft CMake extension. 2. Install Microsoft C++ extension. 3. Use command line to configure CMake 4. Open the folder in VSCode, select the project and...

I ran [CodeFormatter 1.0.0-alpha5](https://github.com/dotnet/codeformatter/releases) on code within the System.Net.Security from my private fork, the [sn2](https://github.com/CIPop/corefx/tree/sn2) branch. I'm running on Win10 + Visual Studio 2015 RTM. After running the formatter, build...

Feature branch attempt: https://github.com/Azure/azure-sdk-for-c/pull/2178/files

I've downgraded to 1.8.2 and that solved my issue! Thanks @vhvb1989 !

Similar to https://github.com/rust-lang/rust/issues/67472, Cynet is also flagging this as malware: https://www.virustotal.com/gui/file/a586cf9de3e4aa791fd5796b6a5f99ca05591ccef8bb94e53af5b69f0261fb03/detection ![image](https://user-images.githubusercontent.com/8635911/100807317-f3c1ef80-33e6-11eb-88d4-ab3dc0c829e8.png)

OSX build failed: ``` [ 61%] Building C object tests/x509_openssl_ut/no_engine/CMakeFiles/x509_openssl_ut_no_engine_exe.dir/main.c.o In file included from /Users/jenkins/VSTS_agent/_work/19/s/tests/x509_openssl_ut/x509_openssl_ut.c:37: /usr/local/opt/openssl/include/openssl/engine.h:71:4: error: ENGINE is disabled. # error ENGINE is disabled. ^ In file included from...