roles-bot/.vscode/settings.json

10 lines
220 B
JSON
Raw Normal View History

2021-12-21 15:03:13 +01:00
{
"liveServer.settings.port": 5501,
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/src/web/dist"
}
]
}