eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

214
active users

#msvc

0 posts0 participants0 posts today
Simon Tatham<p>Two things I learned this week about <a href="https://hachyderm.io/tags/MSVC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MSVC</span></a> / <a href="https://hachyderm.io/tags/VisualStudio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VisualStudio</span></a>:</p><p>1. If vcvars64.bat is not behaving itself for some reason, you can set VSCMD_DEBUG=1 and it will print more diagnostics. 2 and 3 print more still: 3 is an "OMG redirect to a file and sort through it later" level of verbosity.</p><p>2. If you do this, the script stops for a noticeable time just after printing "Sending telemetry". One of the reasons it's so slow is that it's phoning home! You can set VSCMD_SKIP_SENDTELEMETRY=1 to turn that off, improving speed as well as privacy.</p><p>This is commented in one of the sub-scripts VsDevCmd.bat with the command<br> REM Send Telemetry if user's VS is opted-in<br>but, of course, I have no memory of seeing any opt-in box to tick.</p>