forked from Saltssaumure/w9x-discord-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
w9x-windows.code-workspace
33 lines (33 loc) · 983 Bytes
/
w9x-windows.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"folders": [
{
"path": "."
},
// {
// "path": "../xp-discord-theme"
// },
{
"path": "C:/Users/Salt/AppData/Roaming/BetterDiscord/themes"
}
],
"settings": {
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "/"
},
{
"format": "expanded",
"extensionName": ".theme.css",
"savePath": "../Theme Folder" // on Windows desktop
}
],
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.showOutputWindowOn": "Error",
"liveSassCompile.settings.watchOnLaunch": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.formatOnSave": false,
}
}