darrenkopp / SassyStudio2013

Visual Studio 2013 extension adding additional SCSS support
19 stars 5 forks source link

Visual Studio crash fix #14

Closed jakubmisek closed 8 years ago

jakubmisek commented 8 years ago

EnvDTE.Properties.Item() throws an exception if the specified value could not be found in the properties collection (https://msdn.microsoft.com/en-us/library/envdte.properties.item.aspx). This has to be handled otherwise in this case, Visual Studio crashes.