SLaks / Rebracer

Saves editor formatting settings as part of each solution.
http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
44 stars 15 forks source link

Lot's of errors after Starting VS 2013 #8

Open DerAlbertCom opened 10 years ago

DerAlbertCom commented 10 years ago
02.01.2014 18:49:33: Rebracer: Loading settings from C:\Users\Albert\AppData\Roaming\Microsoft\VisualStudio\12.0\Rebracer.xml
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#DownloadRemoteReferences from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#FormatCompletedBlockOnRightCurlyBrace from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#FormatCompletedLineOnEnter from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#FormatCompletedStatementOnSemicolon from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#FormatOnPaste from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#InsertSpaceAfterCommaDelimiter from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#InsertSpaceAfterFunctionKeywordForAnonymousFunctions from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#InsertSpaceAfterKeywordsInControlFlowStatements from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#InsertSpaceAfterSemicolonInForStatements from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#InsertSpaceBeforeAndAfterBinaryOperators from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#OnlyUseTaborEnterToCommit from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#PlaceOpenBraceOnNewLineForControlBlocks from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#PlaceOpenBraceOnNewLineForFunctions from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#ShowErrorsAsWarnings from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/JavaScript Specific#ShowSyntaxErrors from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#AutomaticallyCompileTypeScriptFilesWhenSavedWhenNoSolution from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#FormatCompletedBlockOnRightCurlyBrace from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#FormatCompletedLineOnEnter from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#FormatCompletedStatementOnSemicolon from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#FormatOnPaste from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#InsertSpaceAfterCommaDelimiter from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#InsertSpaceAfterFunctionKeywordForAnonymousFunctions from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#InsertSpaceAfterKeywordsInControlFlowStatements from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#InsertSpaceAfterSemicolonInForStatements from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#InsertSpaceBeforeAndAfterBinaryOperators from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#PlaceOpenBraceOnNewLineForControlBlocks from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#PlaceOpenBraceOnNewLineForFunctions from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#ShowVirtualProjectsInSolutionExplorerWhenNoSolution from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#ShowVirtualProjectsInSolutionExplorerWhenSolutionOpen from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#UseAMDCodeGenerationForModulesThatAreNotPartOfAProject from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/TypeScript Specific#UseCommonJSCodeGenerationForModulesThatAreNotPartOfAProject from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/HTMLX Specific#EnableValidation from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/HTMLX Specific#ErrorsAsWarnings from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/HTMLX Specific#FormatOnPaste from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/HTMLX Specific#InsertAttributeValueQuotes from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/HTMLX Specific#InsertClosingTag from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
02.01.2014 18:49:33: Rebracer: An error occurred while reading the setting TextEditor/HTMLX Specific#XHtmlCodingStyle from settings file.  Error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))
SLaks commented 10 years ago

First of all, these errors are harmless; that just means that Rebracer couldn't restore those settings from the global file.

SLaks commented 10 years ago

That's very interesting; it looks like Rebracer was able to read those settings, but VS is throwing an error when it writes them. I've never seen that happen.

What edition of VS? Do you have the web tools installed? Have you ever created a web project? Have you ever changed any of those settings?

DerAlbertCom commented 10 years ago

VS2013 Ultimate, i create new WebProjects most of the times.

Normaly i change my ReSharper Settings for Formatting, because i use ReSharper and the Settings System is more capable then VS Settings (in case of Loading Settings for Solution and Project Settings).

SLaks commented 10 years ago

It's possible that Resharper is doing something to the way VS implements those settings.

Do those option pages show up in VS as they do without Resharper? If you change one of them through native options, these errors might go away.

SLaks commented 10 years ago

Can you show me those lines from that XML file? (C:\Users\Albert\AppData\Roaming\Microsoft\VisualStudio\12.0\Rebracer.xml; either the entire file or only one of those sections)

DerAlbertCom commented 10 years ago
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Rebracer User Settings File-->
<!--This file contains your global Visual Studio settings.-->
<!--Rebracer uses this file to restore your settings after-->
<!--closing a solution that specifies its own settings.-->
<!--This file will be automatically updated by Rebracer as-->
<!--you change settings in Visual Studio-->
<UserSettings>
  <ToolsOptions>
    <ToolsOptionsCategory name="Environment">
      <ToolsOptionsSubCategory name="TaskList">
        <PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4">
          <PropertyValue name="0">TODO:2</PropertyValue>
          <PropertyValue name="1">HACK:2</PropertyValue>
          <PropertyValue name="2">UNDONE:2</PropertyValue>
          <PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue>
        </PropertyValue>
        <PropertyValue name="ConfirmTaskDeletion">true</PropertyValue>
        <PropertyValue name="DontShowFilePaths">true</PropertyValue>
        <PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue>
      </ToolsOptionsSubCategory>
    </ToolsOptionsCategory>
    <ToolsOptionsCategory name="TextEditor">
      <ToolsOptionsSubCategory name="CSharp-Specific">
        <PropertyValue name="AutoComment">1</PropertyValue>
        <PropertyValue name="BraceMatchingRectangle">1</PropertyValue>
        <PropertyValue name="BringUpOnEventHookup">1</PropertyValue>
        <PropertyValue name="BringUpOnIdentifier">1</PropertyValue>
        <PropertyValue name="BringUpOnOverride">1</PropertyValue>
        <PropertyValue name="BringUpOnPartial">1</PropertyValue>
        <PropertyValue name="BringUpOnSpace">1</PropertyValue>
        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue>
        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue>
        <PropertyValue name="CollapseInactiveBlocksOnOpen">1</PropertyValue>
        <PropertyValue name="CollapseRegionBlocksOnOpen">1</PropertyValue>
        <PropertyValue name="Colorize">1</PropertyValue>
        <PropertyValue name="ColorizeBoundTypes">1</PropertyValue>
        <PropertyValue name="CompleteOnNewline">1</PropertyValue>
        <PropertyValue name="CompleteOnSpace">1</PropertyValue>
        <PropertyValue name="CompletionCommitCharacters">{}[]().,:;+-*/%&amp;|^!~=&lt;&gt;?@#'"\</PropertyValue>
        <PropertyValue name="DelayBeforeShowingErrors">1500</PropertyValue>
        <PropertyValue name="EditAndContinueEnabled">1</PropertyValue>
        <PropertyValue name="EditAndContinueReportEnterBreakStateFailure">1</PropertyValue>
        <PropertyValue name="EditAndContinueReportOpenScopeFailure">0</PropertyValue>
        <PropertyValue name="EnableProgressDialogOnWaitForBackground">1</PropertyValue>
        <PropertyValue name="EncapsulateField_PreviewReferenceChanges">1</PropertyValue>
        <PropertyValue name="EncapsulateField_SearchInComments">0</PropertyValue>
        <PropertyValue name="EncapsulateField_SearchInStrings">0</PropertyValue>
        <PropertyValue name="EncapsulateField_UpdateAllReferences">0</PropertyValue>
        <PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue>
        <PropertyValue name="ExtractInterface_SelectAll">0</PropertyValue>
        <PropertyValue name="FilterKeywordsContextually">1</PropertyValue>
        <PropertyValue name="FilterToAllowableTypes">1</PropertyValue>
        <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
        <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
        <PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
        <PropertyValue name="GenerateConstructorSmartTagEnabled">1</PropertyValue>
        <PropertyValue name="GenerateStubSmartTagEnabled">1</PropertyValue>
        <PropertyValue name="HighlightReferences">1</PropertyValue>
        <PropertyValue name="ImplementInterfaceSmartTagEnabled">1</PropertyValue>
        <PropertyValue name="ImplementInterface_InsertRegionTags">0</PropertyValue>
        <PropertyValue name="Indent_BlockContents">1</PropertyValue>
        <PropertyValue name="Indent_Braces">0</PropertyValue>
        <PropertyValue name="Indent_CaseContents">1</PropertyValue>
        <PropertyValue name="Indent_CaseLabels">1</PropertyValue>
        <PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue>
        <PropertyValue name="Indent_UnindentLabels">1</PropertyValue>
        <PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue>
        <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue>
        <PropertyValue name="NewLines_Braces_AnonymousMethod">1</PropertyValue>
        <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">1</PropertyValue>
        <PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
        <PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue>
        <PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue>
        <PropertyValue name="NewLines_Braces_LambdaExpressionBody">1</PropertyValue>
        <PropertyValue name="NewLines_Braces_Method">1</PropertyValue>
        <PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue>
        <PropertyValue name="NewLines_Braces_Type">1</PropertyValue>
        <PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue>
        <PropertyValue name="NewLines_Keywords_Else">1</PropertyValue>
        <PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue>
        <PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue>
        <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
        <PropertyValue name="OnlyScanFirstTypeInFileForDesignerAttribute">0</PropertyValue>
        <PropertyValue name="ProgressDialogDelaySeconds">2</PropertyValue>
        <PropertyValue name="RefactorNotifyRenameEnabled">1</PropertyValue>
        <PropertyValue name="Refactoring_Verification_Enabled">0</PropertyValue>
        <PropertyValue name="RemoveParameters_PreviewReferenceChanges">1</PropertyValue>
        <PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
        <PropertyValue name="RenameSmartTagEnabled">1</PropertyValue>
        <PropertyValue name="Rename_Comments">0</PropertyValue>
        <PropertyValue name="Rename_Overloads">0</PropertyValue>
        <PropertyValue name="Rename_Preview">1</PropertyValue>
        <PropertyValue name="Rename_Strings">0</PropertyValue>
        <PropertyValue name="ReorderParameters_PreviewReferenceChanges">1</PropertyValue>
        <PropertyValue name="ShowHiddenItems">0</PropertyValue>
        <PropertyValue name="ShowKeywords">1</PropertyValue>
        <PropertyValue name="ShowSnippets">1</PropertyValue>
        <PropertyValue name="SmartTagEnabled">1</PropertyValue>
        <PropertyValue name="SortUsings">1</PropertyValue>
        <PropertyValue name="SortUsings_PlaceSystemFirst">0</PropertyValue>
        <PropertyValue name="Space_AfterBasesColon">1</PropertyValue>
        <PropertyValue name="Space_AfterCast">0</PropertyValue>
        <PropertyValue name="Space_AfterComma">1</PropertyValue>
        <PropertyValue name="Space_AfterDot">0</PropertyValue>
        <PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue>
        <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue>
        <PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue>
        <PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
        <PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue>
        <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue>
        <PropertyValue name="Space_BeforeComma">0</PropertyValue>
        <PropertyValue name="Space_BeforeDot">0</PropertyValue>
        <PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue>
        <PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
        <PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue>
        <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue>
        <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue>
        <PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
        <PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue>
        <PropertyValue name="Space_Normalize">0</PropertyValue>
        <PropertyValue name="Space_WithinCastParentheses">0</PropertyValue>
        <PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue>
        <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue>
        <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
        <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
        <PropertyValue name="Space_WithinSquares">0</PropertyValue>
        <PropertyValue name="Squiggles">0</PropertyValue>
        <PropertyValue name="Squiggles_SemanticAnalysis">0</PropertyValue>
        <PropertyValue name="TrackMostRecentlyUsed">1</PropertyValue>
        <PropertyValue name="UnboundItemSmartTagEnabled">1</PropertyValue>
        <PropertyValue name="UnboundItem_ExactMatches">5</PropertyValue>
        <PropertyValue name="WarnOnBuildErrors">1</PropertyValue>
        <PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue>
        <PropertyValue name="Watson_DeferSendingUntilLater">0</PropertyValue>
        <PropertyValue name="Watson_MaxExceptionsToReport">1</PropertyValue>
        <PropertyValue name="Watson_ReportExceptions">1</PropertyValue>
        <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
        <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
        <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
        <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
      </ToolsOptionsSubCategory>
      <ToolsOptionsSubCategory name="JavaScript Specific">
        <PropertyValue name="DownloadRemoteReferences">false</PropertyValue>
        <PropertyValue name="FormatCompletedBlockOnRightCurlyBrace">true</PropertyValue>
        <PropertyValue name="FormatCompletedLineOnEnter">true</PropertyValue>
        <PropertyValue name="FormatCompletedStatementOnSemicolon">true</PropertyValue>
        <PropertyValue name="FormatOnPaste">true</PropertyValue>
        <PropertyValue name="ImplicitReferencesString">Implicit (Windows 8.0)|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\libhelp.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\sitetypesWindows.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\domWindows_8.0.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\underscorefilter.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\showPlainComments.js;Implicit (Windows 8.1)|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\libhelp.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\sitetypesWindows.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\domWindows_8.1.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\underscorefilter.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\showPlainComments.js;Implicit (Web)|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\libhelp.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\sitetypesWeb.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\domWeb.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\underscorefilter.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\showPlainComments.js|~/Scripts/_references.js;Dedicated Worker|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\libhelp.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\dedicatedworker.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\underscorefilter.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\showPlainComments.js;Generic|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\libhelp.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\underscorefilter.js|C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\showPlainComments.js;</PropertyValue>
        <PropertyValue name="InsertSpaceAfterCommaDelimiter">true</PropertyValue>
        <PropertyValue name="InsertSpaceAfterFunctionKeywordForAnonymousFunctions">true</PropertyValue>
        <PropertyValue name="InsertSpaceAfterKeywordsInControlFlowStatements">true</PropertyValue>
        <PropertyValue name="InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis">false</PropertyValue>
        <PropertyValue name="InsertSpaceAfterSemicolonInForStatements">true</PropertyValue>
        <PropertyValue name="InsertSpaceBeforeAndAfterBinaryOperators">true</PropertyValue>
        <PropertyValue name="OnlyUseTaborEnterToCommit">true</PropertyValue>
        <PropertyValue name="PlaceOpenBraceOnNewLineForControlBlocks">false</PropertyValue>
        <PropertyValue name="PlaceOpenBraceOnNewLineForFunctions">false</PropertyValue>
        <PropertyValue name="ShowErrorsAsWarnings">true</PropertyValue>
        <PropertyValue name="ShowSyntaxErrors">true</PropertyValue>
      </ToolsOptionsSubCategory>
      <ToolsOptionsSubCategory name="C/C++ Specific">
        <PropertyValue name="AddSemicolonForClassTypes">true</PropertyValue>
        <PropertyValue name="AlignParameters">false</PropertyValue>
        <PropertyValue name="AlwaysUseFallbackLocation">false</PropertyValue>
        <PropertyValue name="AutoFormatOnBraceCompletion">true</PropertyValue>
        <PropertyValue name="AutoFormatOnClosingBrace">true</PropertyValue>
        <PropertyValue name="AutoFormatOnPaste">true</PropertyValue>
        <PropertyValue name="AutoFormatOnSemicolon">true</PropertyValue>
        <PropertyValue name="AutoIndentOnTab">false</PropertyValue>
        <PropertyValue name="AutomaticOutliningOfPragmaRegions">true</PropertyValue>
        <PropertyValue name="AutomaticOutliningOfStatementBlocks">false</PropertyValue>
        <PropertyValue name="ColorizeInactiveBlocksDifferently">true</PropertyValue>
        <PropertyValue name="CompleteParensInRawString">true</PropertyValue>
        <PropertyValue name="CompleteSlashStar">true</PropertyValue>
        <PropertyValue name="DisableAggressiveMemberList">false</PropertyValue>
        <PropertyValue name="DisableDatabase">false</PropertyValue>
        <PropertyValue name="DisableDatabaseAutoUpdates">false</PropertyValue>
        <PropertyValue name="DisableDatabaseImplicitAutoCleanup">false</PropertyValue>
        <PropertyValue name="DisableDatabaseImplicitFiles">false</PropertyValue>
        <PropertyValue name="DisableDatabaseUpdates">false</PropertyValue>
        <PropertyValue name="DisableErrorReporting">false</PropertyValue>
        <PropertyValue name="DisableExternalDependenciesFolders">false</PropertyValue>
        <PropertyValue name="DisableInactiveCodeOpacity">false</PropertyValue>
        <PropertyValue name="DisableIncludeAutoComplete">false</PropertyValue>
        <PropertyValue name="DisableIntelliSense">false</PropertyValue>
        <PropertyValue name="DisableIntelliSenseUpdating">false</PropertyValue>
        <PropertyValue name="DisableMemberListExpansions">false</PropertyValue>
        <PropertyValue name="DisableMemberListKeywords">false</PropertyValue>
        <PropertyValue name="DisablePreLoadNavigateToCache">false</PropertyValue>
        <PropertyValue name="DisableReferenceHighlighting">false</PropertyValue>
        <PropertyValue name="DisableReferencesResolving">false</PropertyValue>
        <PropertyValue name="DisableSemanticColoring">false</PropertyValue>
        <PropertyValue name="DisableSquiggles">false</PropertyValue>
        <PropertyValue name="DoNotWarnIfFallbackLocationUsed">false</PropertyValue>
        <PropertyValue name="EnableLogging">false</PropertyValue>
        <PropertyValue name="EnableQuickInfoToolTips">true</PropertyValue>
        <PropertyValue name="EnterOutliningModeWhenFilesOpen">true</PropertyValue>
        <PropertyValue name="EnumerateCommentTasks">true</PropertyValue>
        <PropertyValue name="FallbackLocation"></PropertyValue>
        <PropertyValue name="GroupBrackets">true</PropertyValue>
        <PropertyValue name="HideUnconfirmedReferencesResults">false</PropertyValue>
        <PropertyValue name="HighlightMatchingTokens">true</PropertyValue>
        <PropertyValue name="InactiveCodeOpacityPercent">55</PropertyValue>
        <PropertyValue name="IndentAccessSpecifiers">false</PropertyValue>
        <PropertyValue name="IndentBlockContents">true</PropertyValue>
        <PropertyValue name="IndentBraces">false</PropertyValue>
        <PropertyValue name="IndentCaseContents">true</PropertyValue>
        <PropertyValue name="IndentCaseLabels">false</PropertyValue>
        <PropertyValue name="IndentGotoLabels">1</PropertyValue>
        <PropertyValue name="LoggingFilter">0</PropertyValue>
        <PropertyValue name="LoggingLevel">5</PropertyValue>
        <PropertyValue name="MaximumCachedTranslationUnits">2</PropertyValue>
        <PropertyValue name="MemberListCommitAggressive">false</PropertyValue>
        <PropertyValue name="MemberListCommitCharacters">{}[]().,:;+-*/%&amp;|^!=&lt;&gt;?@#\</PropertyValue>
        <PropertyValue name="MemberListFilterInaccessible">true</PropertyValue>
        <PropertyValue name="MemberListFilterMode">3</PropertyValue>
        <PropertyValue name="NewlineControlBlockBrace">0</PropertyValue>
        <PropertyValue name="NewlineEmptyFunctionCloseBrace">true</PropertyValue>
        <PropertyValue name="NewlineEmptyTypeCloseBrace">true</PropertyValue>
        <PropertyValue name="NewlineFunctionBrace">0</PropertyValue>
        <PropertyValue name="NewlineInitListBrace">0</PropertyValue>
        <PropertyValue name="NewlineKeywordCatch">true</PropertyValue>
        <PropertyValue name="NewlineKeywordElse">true</PropertyValue>
        <PropertyValue name="NewlineKeywordWhile">false</PropertyValue>
        <PropertyValue name="NewlineLambdaBrace">0</PropertyValue>
        <PropertyValue name="NewlineNamespaceBrace">0</PropertyValue>
        <PropertyValue name="NewlineTypeBrace">0</PropertyValue>
        <PropertyValue name="PreserveBlock">1</PropertyValue>
        <PropertyValue name="PreserveParameterIndentation">false</PropertyValue>
        <PropertyValue name="RecreateDatabase">false</PropertyValue>
        <PropertyValue name="RemoveSpaceBeforeSemicolon">true</PropertyValue>
        <PropertyValue name="RescanSolution">false</PropertyValue>
        <PropertyValue name="RescanSolutionInterval">60</PropertyValue>
        <PropertyValue name="SmartMemberListCommitOnEnter">false</PropertyValue>
        <PropertyValue name="SpaceAfterCastParenthesis">true</PropertyValue>
        <PropertyValue name="SpaceAfterComma">true</PropertyValue>
        <PropertyValue name="SpaceAfterSemicolon">true</PropertyValue>
        <PropertyValue name="SpaceAroundAssignmentOperator">2</PropertyValue>
        <PropertyValue name="SpaceAroundBinaryOperator">2</PropertyValue>
        <PropertyValue name="SpaceAroundConditionalOperator">2</PropertyValue>
        <PropertyValue name="SpaceBeforeBracket">false</PropertyValue>
        <PropertyValue name="SpaceBeforeComma">false</PropertyValue>
        <PropertyValue name="SpaceBeforeConstructorColon">true</PropertyValue>
        <PropertyValue name="SpaceBeforeControlBlockParenthesis">true</PropertyValue>
        <PropertyValue name="SpaceBeforeEmptyBracket">true</PropertyValue>
        <PropertyValue name="SpaceBeforeFunctionParenthesis">false</PropertyValue>
        <PropertyValue name="SpaceBeforeInheritanceColon">true</PropertyValue>
        <PropertyValue name="SpaceBeforeInitListBrace">false</PropertyValue>
        <PropertyValue name="SpaceBeforeLambdaParenthesis">false</PropertyValue>
        <PropertyValue name="SpaceBetweenEmptyBraces">false</PropertyValue>
        <PropertyValue name="SpaceBetweenEmptyBrackets">false</PropertyValue>
        <PropertyValue name="SpaceBetweenEmptyFunctionParentheses">false</PropertyValue>
        <PropertyValue name="SpaceBetweenEmptyLambdaBrackets">false</PropertyValue>
        <PropertyValue name="SpaceWithinBrackets">false</PropertyValue>
        <PropertyValue name="SpaceWithinCastParentheses">false</PropertyValue>
        <PropertyValue name="SpaceWithinControlBlockParentheses">false</PropertyValue>
        <PropertyValue name="SpaceWithinExpressionParentheses">false</PropertyValue>
        <PropertyValue name="SpaceWithinFunctionParentheses">false</PropertyValue>
        <PropertyValue name="SpaceWithinInitListBraces">true</PropertyValue>
        <PropertyValue name="SpaceWithinLambdaBrackets">false</PropertyValue>
        <PropertyValue name="TrimSpaceAroundScope">true</PropertyValue>
        <PropertyValue name="TrimSpaceUnaryOperator">true</PropertyValue>
        <PropertyValue name="UseForwardSlashForIncludeAutoComplete">false</PropertyValue>
      </ToolsOptionsSubCategory>
      <ToolsOptionsSubCategory name="TypeScript Specific">
        <PropertyValue name="AutomaticallyCompileTypeScriptFilesWhenSavedWhenNoSolution">false</PropertyValue>
        <PropertyValue name="FormatCompletedBlockOnRightCurlyBrace">true</PropertyValue>
        <PropertyValue name="FormatCompletedLineOnEnter">true</PropertyValue>
        <PropertyValue name="FormatCompletedStatementOnSemicolon">true</PropertyValue>
        <PropertyValue name="FormatOnPaste">true</PropertyValue>
        <PropertyValue name="InsertSpaceAfterCommaDelimiter">true</PropertyValue>
        <PropertyValue name="InsertSpaceAfterFunctionKeywordForAnonymousFunctions">true</PropertyValue>
        <PropertyValue name="InsertSpaceAfterKeywordsInControlFlowStatements">true</PropertyValue>
        <PropertyValue name="InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis">false</PropertyValue>
        <PropertyValue name="InsertSpaceAfterSemicolonInForStatements">true</PropertyValue>
        <PropertyValue name="InsertSpaceBeforeAndAfterBinaryOperators">true</PropertyValue>
        <PropertyValue name="PlaceOpenBraceOnNewLineForControlBlocks">false</PropertyValue>
        <PropertyValue name="PlaceOpenBraceOnNewLineForFunctions">false</PropertyValue>
        <PropertyValue name="ShowVirtualProjectsInSolutionExplorerWhenNoSolution">true</PropertyValue>
        <PropertyValue name="ShowVirtualProjectsInSolutionExplorerWhenSolutionOpen">false</PropertyValue>
        <PropertyValue name="UseAMDCodeGenerationForModulesThatAreNotPartOfAProject">false</PropertyValue>
        <PropertyValue name="UseCommonJSCodeGenerationForModulesThatAreNotPartOfAProject">false</PropertyValue>
      </ToolsOptionsSubCategory>
      <ToolsOptionsSubCategory name="HTMLX Specific">
        <PropertyValue name="EnableValidation">true</PropertyValue>
        <PropertyValue name="ErrorsAsWarnings">true</PropertyValue>
        <PropertyValue name="FormatOnPaste">true</PropertyValue>
        <PropertyValue name="InsertAttributeValueQuotes">true</PropertyValue>
        <PropertyValue name="InsertClosingTag">true</PropertyValue>
        <PropertyValue name="XHtmlCodingStyle">true</PropertyValue>
      </ToolsOptionsSubCategory>
    </ToolsOptionsCategory>
  </ToolsOptions>
</UserSettings>
SLaks commented 10 years ago

Those are the normal values, so the problem isn't that Resharper is replacing the settings & returning invalid values when I try to read them.

SLaks commented 10 years ago

BTW, to suppress these errors, you can simply remove the errant <ToolsOptionsSubCategory> elements from that settings file. Rebracer will only read & update subcategories that are already in the file.

Also, https://twitter.com/mkristensen/status/418807400024403968