21 lines
519 B
Plaintext
21 lines
519 B
Plaintext
{
|
|
"patterns": {
|
|
"**/*.vue": {
|
|
"label": "VueJS documentation",
|
|
"uri": "https://vuejs.org/guide/introduction.html"
|
|
},
|
|
"**/*.test.ts": {
|
|
"label": "Vue Test Utils documentation",
|
|
"uri": "https://v1.test-utils.vuejs.org/guides"
|
|
},
|
|
"**/*.store.ts": {
|
|
"label": "Pinia store documentation",
|
|
"uri": "https://pinia.vuejs.org/introduction.html"
|
|
},
|
|
"**/router/*.ts": {
|
|
"label": "Vue router documentation",
|
|
"uri": "https://router.vuejs.org/"
|
|
}
|
|
}
|
|
}
|