From bfe994b1be2fda057e807d281f0f8709f978258f Mon Sep 17 00:00:00 2001 From: Jens Fischer Date: Sun, 22 Jul 2018 18:57:24 +0200 Subject: [PATCH] Update the debugging section of CONTRIBUTING.md --- .github/CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 44e2019a..e89192dd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,4 +5,7 @@ A note on **where** what types of issues should be reported: - issues with vshaxe itself should be reported to [vshaxe](https://github.com/vshaxe/vshaxe/issues) - issues with haxe-languageserver should be reported to [vshaxe](https://github.com/vshaxe/vshaxe/issues) as well (**completion** issues for instance) - issues with **syntax highlighting** should be reported to [haxe-tmLanguage](https://github.com/vshaxe/haxe-TmLanguage/issues) (this does not include the "squiggly lines" from diagnostics) -- issues with Flash or HXCPP debugging should be reported to [vshaxe-debugadapter](https://github.com/vshaxe/vshaxe-debugadapter) +- issues with debugging should be reported to the respective extension: + - [HXCPP](https://github.com/vshaxe/hxcpp-debugger/issues) + - [HashLink](https://github.com/vshaxe/hashlink-debugger/issues) + - [Flash](https://github.com/vshaxe/flash-debugger/issues)