Description
- VSCode Version: 1.20
- OS Version: Windows 10
Steps to Reproduce:
- Create a file containing these lines:
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'Agentschap integratie en inburgering', type: ReferenceDataType.AssetOwner}),
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'Agentschap plantentuin Meise', type: ReferenceDataType.AssetOwner}),
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'Aquafin', type: ReferenceDataType.AssetOwner}),
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'BAM', type: ReferenceDataType.AssetOwner}),
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'BCW', type: ReferenceDataType.AssetOwner}),
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'B.I.P.', type: ReferenceDataType.AssetOwner}),
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'de Rand', type: ReferenceDataType.AssetOwner}),
new ReferenceData({id: '59A161DB-DF77-403A-9E5A-0EA2EC648749', title: 'De Watergroep', type: ReferenceDataType.AssetOwner})
- Run this query from SQL Server Management Studio and have the results output to grid
SELECT newid()
UNION
SELECT newid()
UNION
SELECT newid()
UNION
SELECT newid()
UNION
SELECT newid()
UNION
SELECT newid()
UNION
SELECT newid()
UNION
SELECT newid()
- Select the result and copy them
- Multiline select the GUIDs in VS Code
- Paste the results from the query in VS Code
Does this issue occur when all extensions are disabled?: Yes
This used to work in previous versions, now the clipboard is pasted completely on each selected line, much like VS does it, unfortunately.