From 6481979e5539e9dd4e82f3975a9a32ce4252564f Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Wed, 13 May 2020 16:35:55 -0700 Subject: [PATCH] Update bug template. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ff8868e1..b91ee4e6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ about: Create a report to help us improve ## Environment data -- PTVSD version: XXX +- debugpy version: XXX (run `import debugpy; print(debugpy.__version__)` if uncertain) - OS and version: XXX - Python version (& distribution if applicable, e.g. Anaconda): XXX - Using VS Code or Visual Studio: