Created
July 30, 2014 15:27
-
-
Save scitesy/f2635d40cdc9d9a5bace to your computer and use it in GitHub Desktop.
fsautocomplete configuration file to add system.diagnostics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<configSections> | |
<section name="system.diagnostics" type="System.Diagnostics.DiagnosticsConfigurationHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> | |
</configSections> | |
<system.diagnostics> | |
<trace autoflush="true" /> | |
</system.diagnostics> | |
</configuration> | |
<!--http://answers.unity3d.com/questions/54276/exception-internal-configuration-error-failed-to-go.html--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment