From afbcb058f151e570286378b30cc0c400a9159afa Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Wed, 29 Jan 2025 11:12:36 -0800 Subject: [PATCH 1/4] a new idea! --- python_files/vscode_pytest/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python_files/vscode_pytest/__init__.py b/python_files/vscode_pytest/__init__.py index 0ba5fd62221a..c9c9b83621f2 100644 --- a/python_files/vscode_pytest/__init__.py +++ b/python_files/vscode_pytest/__init__.py @@ -35,6 +35,10 @@ class TestData(TypedDict): id_: str +class randomIdea(TypedDict): + name: str + + class TestItem(TestData): """A class defining test items.""" From 882164e46af4e383269a80e3960baa76a881183a Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Wed, 29 Jan 2025 11:14:04 -0800 Subject: [PATCH 2/4] another one --- SUPPORT.md => before.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SUPPORT.md => before.md (100%) diff --git a/SUPPORT.md b/before.md similarity index 100% rename from SUPPORT.md rename to before.md From 0661bfb2d095293ec4d1846dca1d8062c13715a1 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Wed, 29 Jan 2025 11:45:00 -0800 Subject: [PATCH 3/4] new ideas 2 --- python_files/vscode_pytest/__init__.py | 2 +- python_files/vscode_pytest/abc.md | 16 ++++++++++++++++ s/d/a.json | 0 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 python_files/vscode_pytest/abc.md create mode 100644 s/d/a.json diff --git a/python_files/vscode_pytest/__init__.py b/python_files/vscode_pytest/__init__.py index c9c9b83621f2..3987e9d2e018 100644 --- a/python_files/vscode_pytest/__init__.py +++ b/python_files/vscode_pytest/__init__.py @@ -36,7 +36,7 @@ class TestData(TypedDict): class randomIdea(TypedDict): - name: str + name: str # now lets add something else class TestItem(TestData): diff --git a/python_files/vscode_pytest/abc.md b/python_files/vscode_pytest/abc.md new file mode 100644 index 000000000000..abb2d8342fad --- /dev/null +++ b/python_files/vscode_pytest/abc.md @@ -0,0 +1,16 @@ +# Baseline +```yaml +# foo +``` + +# Indented + ```yaml + # foo + ``` + +# Bullet point +* ```yaml + # foo + ``` + +## heading <3 diff --git a/s/d/a.json b/s/d/a.json new file mode 100644 index 000000000000..e69de29bb2d1 From c59a3e9c617a981821e1166f46747d455faabd64 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Wed, 29 Jan 2025 11:46:35 -0800 Subject: [PATCH 4/4] another --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c1f7697ad7..1d16c080113d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9472,6 +9472,7 @@ community for creating a fantastic programming language and community to be a part of! ### Enhancements +## new one maybe? 1. Adds support for code completion in the debug console window. ([#1076](https://github.com/Microsoft/vscode-python/issues/1076))