File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ A clear and concise description of what the bug is.
1212
1313** To Reproduce**
1414Steps to reproduce the behavior:
15+
15161 . Write '...'
17+
16182 . Press '...'
1719
1820** Expected behavior**
@@ -22,9 +24,12 @@ A clear and concise description of what you expected to happen.
2224If applicable, add screenshots to help explain your problem.
2325
2426** Desktop (please complete the following information):**
25- - OS: [ e.g. Windows 10]
26- - Visual Studio Code Version [ e.g. 1.50]
27- - Extension Version [ e.g. 1.2.1]
27+
28+ - OS: [ e.g. Windows 10]
29+
30+ - Visual Studio Code Version [ e.g. 1.50]
31+
32+ - Extension Version [ e.g. 1.2.1]
2833
2934** Additional context**
3035Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ # vscode files
12.vscode /**
23.vscode-test /**
4+ # github files
35.github /**
46.gitignore
57.gitattributes
6- vsc-extension-quickstart.md
8+ # testing files
79* .py
810* .vsix
9- examples /**
11+ # examples
12+ examples /**
13+ # markdown files
14+ vsc-extension-quickstart.md
15+ LICENSE
16+ CODE_OF_CONDUCT.md
17+ CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments