tahoma2d/stuff/config/qss/Medium/less/.vscode/settings.json
Jeremy Bullock 4566353fe5
Konero tweaks (#42)
* Fix build with Clang 10

* System depend code deduplication

* Improve multi-layer style picker.

Allows clicking anywhere on a stroke in another layer to pick it -
not just the center.

Fixes #2843.

* Get actual pixel size instead of hard-coding to 1.0.

* Rehide features

* fix pegbar restoring

* gui tweaks

tweaks the gui, makes tpaneltitlebarbutton color states changable in stylesheets

* fix styleeditor chandle mouse event

allow handle to be grabbed properly without slipping

Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Kite <konero@users.noreply.github.com>
2020-06-04 01:48:08 -06:00

20 lines
351 B
JSON

{
// [VSCode] 2 Spaces for Tab
"editor.tabSize": 2,
// [EasyLess Extension] Compile Config
"less.compile": {
"compress": false,
"sourceMap": false,
"out": false
},
// [Less IntelliSense Extension] Exclude Config
"less.scannerExclude":[
"**/.git",
"**/.vscode",
"**/layouts",
"**/themes"
]
}