Commit Graph

5 Commits

Author SHA1 Message Date
Chase Colman 9be9832e47
Implement envFile (Issue #523) (#928)
* Implement envFile

* Fix linting issues

* Update README

* Only merge envFile on launch type

* Changes as requested by @testforstephen
2021-01-13 09:40:22 +08:00
Srfrnk 0755aa2172
Fixes #888 (#889)
* Fixes #888

* PR fixes - changed to boolean

* Squashed commit of the following:

commit b76da40b8b3488f7e3840e20780e8757d1854586
Author: srfrnk <srfrnk@gmail.com>
Date:   Sat Oct 10 09:11:32 2020 +0100

    removed newline at EOF

commit c80801c90e73942ab69f5266f5a5e525a236bd39
Author: srfrnk <srfrnk@gmail.com>
Date:   Sat Oct 10 09:10:45 2020 +0100

    Revert "removed newline at EOF"

    This reverts commit 8e2f872efa7f75939ca04ac03a64eaa1c6a536af.

commit bd90bf2d573e05889fa386434560f82a9ec0eb85
Author: srfrnk <srfrnk@gmail.com>
Date:   Sat Oct 10 09:10:07 2020 +0100

    added newline at EOF

commit 8e2f872efa7f75939ca04ac03a64eaa1c6a536af
Author: srfrnk <srfrnk@gmail.com>
Date:   Sat Oct 10 09:04:51 2020 +0100

    removed newline at EOF

commit c997a6c8ab0d33765361f14cc6aede0737c27b52
Author: Srfrnk <srfrnk@gmail.com>
Date:   Sat Oct 10 09:03:55 2020 +0100

    Removed newline at EOF

commit 7738ddfb3b9fb754c40d38c504977509bf648fbe
Author: Srfrnk <srfrnk@gmail.com>
Date:   Sat Oct 10 09:03:00 2020 +0100

    Edit outside vscode to prevent adding newline at EOF

commit 586824fe6988e9c607470c0ca6983838ae93cded
Author: Srfrnk <srfrnk@gmail.com>
Date:   Sat Oct 10 09:01:58 2020 +0100

    edit outside vscode to prevent whitespace changes.
2020-10-10 16:23:15 +08:00
Jinbo Wang 21df8e72bc
Add TOC to configuration.md (#706)
* Add TOC to configuration.md

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Add toc details

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2019-11-06 09:38:47 +08:00
Jinbo Wang 7628befa00
Add sample for tomcat debugging (#698)
* Add sample for tomcat debugging

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Use paragraph to format attach samples

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Fix json indentation

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Fix typos

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2019-10-25 13:23:29 +08:00
Jinbo Wang 2dc69ed695
Provide samples for the debug configuration (#693)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2019-10-23 16:50:57 +08:00