Skip to content

Commit 67ac0b2

Browse files
committed
Add more items to .vscodeignore
1 parent e9fa0b8 commit 67ac0b2

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15+
1516
1. Write '...'
17+
1618
2. Press '...'
1719

1820
**Expected behavior**
@@ -22,9 +24,12 @@ A clear and concise description of what you expected to happen.
2224
If 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**
3035
Add any other context about the problem here.

.vscodeignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
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

0 commit comments

Comments
 (0)