Version Used: 17.3.0 Preview 2.0 [32509.446.main]
Steps to Reproduce:
-
Place caret at $$:
Debug.Assert(adjustment != 0, $"Indentation with$$ no adjustment should be represented by {nameof(BaseIndentationData)} directly.");
-
Press Ctrl+C
-
Press Ctrl+V
Expected Behavior:
Debug.Assert(adjustment != 0, $"Indentation with$$ no adjustment should be represented by {nameof(BaseIndentationData)} directly.");
Debug.Assert(adjustment != 0, $"Indentation with$$ no adjustment should be represented by {nameof(BaseIndentationData)} directly.");
Actual Behavior:
Debug.Assert(adjustment != 0, $\"Indentation with no adjustment should be represented by {{nameof(BaseIndentationData)}} directly.\");\r\n Debug.Assert(adjustment != 0, $"Indentation with no adjustment should be represented by {nameof(BaseIndentationData)} directly.");
Version Used: 17.3.0 Preview 2.0 [32509.446.main]
Steps to Reproduce:
Place caret at
$$:Press Ctrl+C
Press Ctrl+V
Expected Behavior:
Actual Behavior: