16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"patterns": {
|
|
"index.html": [
|
|
{
|
|
"label": "Vite documentation",
|
|
"uri": "https://vitejs.dev/"
|
|
}
|
|
],
|
|
"**/*store.ts": [
|
|
{
|
|
"label": "Pinia documentation",
|
|
"uri": "https://pinia.vuejs.org/getting-started.html"
|
|
}
|
|
]
|
|
}
|
|
} |