Skip to content

Instantly share code, notes, and snippets.

@scitesy
Created July 30, 2014 15:27
Show Gist options
  • Save scitesy/f2635d40cdc9d9a5bace to your computer and use it in GitHub Desktop.
Save scitesy/f2635d40cdc9d9a5bace to your computer and use it in GitHub Desktop.
fsautocomplete configuration file to add system.diagnostics
<?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