We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882164e commit 0661bfbCopy full SHA for 0661bfb
python_files/vscode_pytest/__init__.py
@@ -36,7 +36,7 @@ class TestData(TypedDict):
36
37
38
class randomIdea(TypedDict):
39
- name: str
+ name: str # now lets add something else
40
41
42
class TestItem(TestData):
python_files/vscode_pytest/abc.md
@@ -0,0 +1,16 @@
1
+# Baseline
2
+```yaml
3
+# foo
4
+```
5
+
6
+# Indented
7
+ ```yaml
8
+ # foo
9
+ ```
10
11
+# Bullet point
12
+* ```yaml
13
14
15
16
+## heading <3
s/d/a.json
0 commit comments