Skip to content

Commit 1a636ed

Browse files
committed
chore: comment outdated infos
1 parent 87cda09 commit 1a636ed

File tree

1 file changed

+73
-69
lines changed

1 file changed

+73
-69
lines changed

extensions/vscode/README.md

Lines changed: 73 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,18 @@
11
# Vue - Official
22

3-
<table>
4-
<tbody>
5-
<tr>
6-
<td align="center" valign="middle" colspan="2">
7-
<b>Special Sponsor</b>
8-
</td>
9-
</tr>
10-
<tr>
11-
<td align="center" valign="middle" colspan="2">
12-
<a href="https://stackblitz.com/">
13-
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/StackBlitz.svg" height="80" />
14-
</a>
15-
<p>Stay in the flow with instant dev experiences.<br>No more hours stashing/pulling/installing locally</p>
16-
<p><b> — just click, and start coding.</b></p>
17-
</td>
18-
</tr>
19-
<tr>
20-
<td align="center" valign="middle" colspan="2">
21-
<b>Platinum Sponsors</b>
22-
</td>
23-
</tr>
24-
<tr>
25-
<td align="center" valign="middle" width="50%">
26-
<a href="https://vuejs.org/">
27-
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Vue.svg" height="80" />
28-
</a>
29-
<p>An approachable, performant and versatile framework for building web user interfaces.</p>
30-
</td>
31-
<td align="center" valign="middle" width="50%">
32-
<a href="https://astro.build/">
33-
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Astro.svg" height="80" />
34-
</a>
35-
<p>Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.</p>
36-
</td>
37-
</tr>
38-
<tr>
39-
<td align="center" valign="middle">
40-
<a href="https://www.jetbrains.com/">
41-
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/JetBrains.svg" height="80" />
42-
</a>
43-
<p>Essential tools for software developers and teams.</p>
44-
</td>
45-
<td align="center" valign="middle">
46-
</td>
47-
</tr>
48-
<tr>
49-
<td align="center" valign="middle" colspan="2">
50-
<b>Silver Sponsors</b>
51-
</td>
52-
</tr>
53-
<tr>
54-
<td align="center" valign="middle">
55-
<a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Prefect.svg" height="50" /></a>
56-
</td>
57-
<td align="center" valign="middle">
58-
<a href="https://www.techjobasia.com/"><img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/TechJobAsia.svg" height="50" /></a>
59-
</td>
60-
</tr>
61-
</tbody>
62-
</table>
63-
64-
<p align="center">
65-
<a href="https://github.com/sponsors/johnsoncodehk">Become a sponsor</a>
66-
</p>
67-
68-
## Insiders Program 🚀
69-
70-
This project is community-driven. If you would like to support this project, consider joining the [Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) to improve the sustainability of this project and unlock more features.
71-
723
## Quick Start
734

745
- [create-vue](https://github.com/vuejs/create-vue)
756
- [Vitesse](https://github.com/antfu/vitesse)
767
- [petite](https://github.com/JessicaSachs/petite)
778
- [volar-starter](https://github.com/johnsoncodehk/volar-starter) (For bug report and experiment features testing)
789

10+
## Insiders Program 🚀
11+
12+
This project is community-driven. If you would like to support this project, consider joining the [Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) to improve the sustainability of this project and unlock more features.
13+
14+
<!--
15+
7916
## Usage
8017
8118
<details>
@@ -236,14 +173,81 @@ In your tsconfig.json file you will need to make sure your custom extension is i
236173
237174
Finally you need to make VS Code recognize your new extension and automatically associate it with the Vue language format. To do this you need to configure your File Associations setting to map `*.ext` to the language value `vue`. This can be done under Text Editor &gt; Files, or with the key `files.associations`.
238175
176+
-->
177+
239178
## Sponsors
240179

180+
<table>
181+
<tbody>
182+
<tr>
183+
<td align="center" valign="middle" colspan="2">
184+
<b>Special Sponsor</b>
185+
</td>
186+
</tr>
187+
<tr>
188+
<td align="center" valign="middle" colspan="2">
189+
<a href="https://stackblitz.com/">
190+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/StackBlitz.svg" height="80" />
191+
</a>
192+
<p>Stay in the flow with instant dev experiences.<br>No more hours stashing/pulling/installing locally</p>
193+
<p><b> — just click, and start coding.</b></p>
194+
</td>
195+
</tr>
196+
<tr>
197+
<td align="center" valign="middle" colspan="2">
198+
<b>Platinum Sponsors</b>
199+
</td>
200+
</tr>
201+
<tr>
202+
<td align="center" valign="middle" width="50%">
203+
<a href="https://vuejs.org/">
204+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Vue.svg" height="80" />
205+
</a>
206+
<p>An approachable, performant and versatile framework for building web user interfaces.</p>
207+
</td>
208+
<td align="center" valign="middle" width="50%">
209+
<a href="https://astro.build/">
210+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Astro.svg" height="80" />
211+
</a>
212+
<p>Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.</p>
213+
</td>
214+
</tr>
215+
<tr>
216+
<td align="center" valign="middle">
217+
<a href="https://www.jetbrains.com/">
218+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/JetBrains.svg" height="80" />
219+
</a>
220+
<p>Essential tools for software developers and teams.</p>
221+
</td>
222+
<td align="center" valign="middle">
223+
</td>
224+
</tr>
225+
<tr>
226+
<td align="center" valign="middle" colspan="2">
227+
<b>Silver Sponsors</b>
228+
</td>
229+
</tr>
230+
<tr>
231+
<td align="center" valign="middle">
232+
<a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Prefect.svg" height="50" /></a>
233+
</td>
234+
<td align="center" valign="middle">
235+
<a href="https://www.techjobasia.com/"><img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/TechJobAsia.svg" height="50" /></a>
236+
</td>
237+
</tr>
238+
</tbody>
239+
</table>
240+
241241
<p align="center">
242242
<a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.svg">
243243
<img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.png"/>
244244
</a>
245245
</p>
246246

247+
<p align="center">
248+
<a href="https://github.com/sponsors/johnsoncodehk">Become a sponsor</a>
249+
</p>
250+
247251
## Credits
248252

249253
- [vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples) shows all the knowledge required to develop the extension.

0 commit comments

Comments
 (0)