Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9472,6 +9472,7 @@ community for creating a fantastic programming language and community to be a
part of!

### Enhancements
## new one maybe?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you think of this?


1. Adds support for code completion in the debug console window.
([#1076](https://github.com/Microsoft/vscode-python/issues/1076))
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions python_files/vscode_pytest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down
16 changes: 16 additions & 0 deletions python_files/vscode_pytest/abc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Baseline
```yaml
# foo
```

# Indented
```yaml
# foo
```

# Bullet point
* ```yaml
# foo
```

## heading <3
Empty file added s/d/a.json
Empty file.
Loading