This commit is contained in:
Rob Lourens 2016-07-13 13:40:37 -07:00
Родитель 4197df242d
Коммит cfeff28a4b
1 изменённых файлов: 7 добавлений и 0 удалений

7
CHANGELOG.md Normal file
Просмотреть файл

@ -0,0 +1,7 @@
## 0.4.8
* Fix for not attaching correctly when using the 'launch' config with Chrome already open - #79
* Note - as part of this, it will no longer attach to a random tab when it can't find a match using the `"url"` parameter. If that parameter is set in the launch config, there must be a match.
* Make the attach retry logic more resilient.
* Support wildcards in the `"url"` parameter for 'attach' configs - #200
* Fix `NaN` and `Infinity` display (Microsoft/vscode-chrome-debug#190)
* Fix `sourceMapPathOverrides` doc mistake - thanks @lijunle!