-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
editor-findEditor find operationsEditor find operationsfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
- VSCode Version: 1.4.0
Steps to Reproduce:
In the image below you can see that the highlighted text actually appears 3 times but it can't match it once the highlighted part spans multiple lines.
SublimeText works fine in this situation.
in case it helps, the file is here
"master": {
"publisher": "Microsoft.OSTCExtensions",
"type": "CustomScriptForLinux",
"typeHandlerVersion": "1.4",
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": "[variables('centosScripts')]",
"commandToExecute": "[concat('bash elasticsearch-centos-install.sh -xn ', variables('esSettings').clusterName, ' -v ', variables('esSettings').version, ' -d ', variables('esSettings').discoveryHosts, variables('marvelParamValue'), variables('jmeterParamValue'), variables('cloudAzureParamValue'), variables('marvelExportParamValue'), variables('afsParamValue'))]"
}
},
"client": {
"publisher": "Microsoft.OSTCExtensions",
"type": "CustomScriptForLinux",
"typeHandlerVersion": "1.4",
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": "[variables('centosScripts')]",
"commandToExecute": "[concat('bash elasticsearch-centos-install.sh -yn ', variables('esSettings').clusterName, ' -v ', variables('esSettings').version, ' -d ', variables('esSettings').discoveryHosts, variables('marvelParamValue'), variables('jmeterParamValue'), variables('cloudAzureParamValue'),variables('marvelExportParamValue'), variables('afsParamValue'))]"
}
},
"data": {
"publisher": "Microsoft.OSTCExtensions",
"type": "CustomScriptForLinux",
"typeHandlerVersion": "1.4",
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": "[variables('centosScripts')]",
"commandToExecute": "[concat('bash elasticsearch-centos-install.sh -zn ', variables('esSettings').clusterName, ' -v ', variables('esSettings').version, ' -d ', variables('esSettings').discoveryHosts, variables('marvelParamValue'), variables('jmeterParamValue'), variables('cloudAzureParamValue'),variables('marvelExportParamValue'), variables('afsParamValue'))]"
}
},
hun1ahpu, Fred-Vatin, mazamachi, bkromhout, mlewand and 6 morekeimani0
Metadata
Metadata
Assignees
Labels
editor-findEditor find operationsEditor find operationsfeature-requestRequest for new features or functionalityRequest for new features or functionality