Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f78b562

Browse files
committed
Merge branch 'master' into pr/4103
2 parents 45e8b9e + 21e3b71 commit f78b562

File tree

572 files changed

+32782
-12122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

572 files changed

+32782
-12122
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
github: johnsoncodehk
2-
open_collective: volarjs
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
name: "\U0001F41E Bug report"
2+
description: Create a report to help us improve
3+
labels: ["pending triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**Before You Start...**
9+
10+
Please understand that VSCode extensions and language tooling are very complex to debug.
11+
A bug can depend on the version of the extension, the version of your VSCode, the version
12+
of Vue, and your operating systems. In many cases, a simple description or a screenshot
13+
is just **not enough** for us to reproduce the issues you are running into.
14+
15+
To help us fix your issue as fast as possible, you can help us by providing as much
16+
information as possible. This is an open source project, and we hope as a user you can
17+
think of yourself as part of the community and help the project improve by investing
18+
a bit more time into your bug reports. Thank you!
19+
- type: input
20+
id: version
21+
attributes:
22+
label: Vue - Official extension or vue-tsc version
23+
validations:
24+
required: true
25+
- type: input
26+
id: vscode-version
27+
attributes:
28+
label: VSCode version
29+
validations:
30+
required: true
31+
- type: input
32+
id: vue-version
33+
attributes:
34+
label: Vue version
35+
validations:
36+
required: true
37+
- type: input
38+
id: ts-version
39+
attributes:
40+
label: TypeScript version
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: system-info
45+
attributes:
46+
label: System Info
47+
description: Output of `npx envinfo --system --binaries --browsers`
48+
render: shell
49+
placeholder: System, Binaries, Browsers
50+
- type: textarea
51+
id: steps-to-reproduce
52+
attributes:
53+
label: Steps to reproduce
54+
description: |
55+
What do we need to do in order to make the bug happen?
56+
Clear and concise reproduction instructions are important for us to be able to triage
57+
your issue in a timely manner. Note that you can use
58+
[Markdown](https://guides.github.com/features/mastering-markdown/) to format lists and code.
59+
We also strongly recommend providing actual code via a reproduction repo.
60+
placeholder: Steps to reproduce
61+
validations:
62+
required: true
63+
- type: textarea
64+
id: expected
65+
attributes:
66+
label: What is expected?
67+
validations:
68+
required: true
69+
- type: textarea
70+
id: actually-happening
71+
attributes:
72+
label: What is actually happening?
73+
validations:
74+
required: true
75+
- type: input
76+
id: reproduction-link
77+
attributes:
78+
label: Link to minimal reproduction
79+
description: |
80+
If possible, please provide a GitHub repo containing a minimal reproduction
81+
that can demonstrate the exact issue with the above dependency versions.
82+
While not required, we strongly recommend providing one and we appreciate any effort put into it.
83+
placeholder: Reproduction Link
84+
- type: textarea
85+
id: additional-comments
86+
attributes:
87+
label: Any additional comments?
88+
description: e.g. some background/context of how you ran into this bug.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Questions & Discussions
4+
url: https://github.com/vuejs/language-tools/discussions
5+
about: Use GitHub discussions for message-board style questions and discussions.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: "\U0001F680 New feature proposal"
2+
description: Suggest an idea for this project
3+
labels: ["feature request"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**Before You Start...**
9+
10+
This form is only for submitting feature requests. If you have a usage question
11+
or are unsure if this is really a bug, make sure to:
12+
13+
- Ask on **#language-tools** channel on our [Discord Server](https://discord.gg/vue)
14+
- Ask on [GitHub Discussions](https://github.com/vuejs/language-tools/discussions)
15+
16+
Also try to search for your issue - another user may have already requested something similar!
17+
18+
- type: textarea
19+
id: problem-description
20+
attributes:
21+
label: What problem does this feature solve?
22+
description: |
23+
Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?
24+
placeholder: Problem description
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: proposed-solution
29+
attributes:
30+
label: What does the proposed solution look like?
31+
description: |
32+
Describe how you propose to solve the problem.
33+
placeholder: Proposed solution
34+
validations:
35+
required: true

.github/sponsors/365talents.png

-7.06 KB
Binary file not shown.

.github/sponsors/StackBlitz.png

-108 KB
Binary file not shown.

.github/sponsors/nuxt.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/sponsors/prefect.svg

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/sponsors/volta.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/sponsors/vue.png

-3.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)