Add settings
This commit is contained in:
23
CykaQuick/.vscode/settings.json
vendored
Normal file
23
CykaQuick/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"highlight.regex.workspace.regexes": [
|
||||
{
|
||||
"name": "namedGroups",
|
||||
"regexes": [
|
||||
{
|
||||
"regex": "(?:(\\?<[^>]+>)[^)]+)",
|
||||
"decorations": [
|
||||
{
|
||||
"backgroundColor": "#000000",
|
||||
"color": "#1CAFC4"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"Lua.diagnostics.libraryFiles": "Enable",
|
||||
"Lua.workspace.library": [
|
||||
"../Meta/Types/client",
|
||||
"../Meta/Types/shared"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user