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)) diff --git a/SUPPORT.md b/before.md similarity index 100% rename from SUPPORT.md rename to before.md diff --git a/python_files/vscode_pytest/__init__.py b/python_files/vscode_pytest/__init__.py index 0ba5fd62221a..3987e9d2e018 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 # now lets add something else + + class TestItem(TestData): """A class defining test items.""" 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