mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +00:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"search.exclude": {
|
|
"**/*.map": true,
|
|
"public/css": true,
|
|
"public/js": true
|
|
},
|
|
"path-intellisense.mappings": {
|
|
"@": "${workspaceRoot}/src",
|
|
"@components": "${workspaceRoot}/src/js/components"
|
|
}
|
|
}
|