2023-05-06 04:24:49 +00:00
|
|
|
{
|
2023-05-15 23:50:44 +00:00
|
|
|
"editor.tabSize": 2,
|
2023-05-06 04:24:49 +00:00
|
|
|
"cSpell.enableFiletypes": [
|
|
|
|
"mojolicious",
|
|
|
|
"perl"
|
|
|
|
],
|
|
|
|
"cSpell.words": [
|
|
|
|
"Acmlm",
|
|
|
|
"Authen",
|
|
|
|
"CharmBoard",
|
|
|
|
"Facepunch",
|
2023-05-15 23:50:44 +00:00
|
|
|
"listsubf",
|
2023-05-07 06:04:15 +00:00
|
|
|
"passchk",
|
|
|
|
"passgen",
|
2023-05-15 23:50:44 +00:00
|
|
|
"pgsql",
|
2023-05-06 04:24:49 +00:00
|
|
|
"resultset",
|
2023-05-07 06:04:15 +00:00
|
|
|
"signup",
|
|
|
|
"subf",
|
|
|
|
"subforum",
|
2023-05-13 23:49:55 +00:00
|
|
|
"subforums",
|
2023-05-15 23:50:44 +00:00
|
|
|
"subfs"
|
2023-05-08 04:16:22 +00:00
|
|
|
],
|
|
|
|
"better-comments.highlightPlainText": true,
|
|
|
|
"better-comments.tags": [
|
|
|
|
{
|
|
|
|
"tag": "?",
|
|
|
|
"color": "#3498DB",
|
|
|
|
"strikethrough": false,
|
|
|
|
"underline": false,
|
|
|
|
"backgroundColor": "transparent",
|
|
|
|
"bold": false,
|
|
|
|
"italic": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag": "todo",
|
|
|
|
"color": "#FF8C00",
|
|
|
|
"strikethrough": false,
|
|
|
|
"underline": false,
|
|
|
|
"backgroundColor": "transparent",
|
|
|
|
"bold": false,
|
|
|
|
"italic": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag": "*",
|
|
|
|
"color": "#98C379",
|
|
|
|
"strikethrough": false,
|
|
|
|
"underline": false,
|
|
|
|
"backgroundColor": "transparent",
|
|
|
|
"bold": false,
|
|
|
|
"italic": false
|
|
|
|
}
|
2023-05-15 23:50:44 +00:00
|
|
|
],
|
|
|
|
"perl-toolbox.lint.perlcriticProfile": "$workspaceRoot/.perlcriticrc",
|
|
|
|
"perl-toolbox.lint.useProfile": true,
|
|
|
|
"perl-toolbox.syntax.includePaths": [
|
|
|
|
"$workspaceRoot/libs"
|
2023-05-06 04:24:49 +00:00
|
|
|
]
|
|
|
|
}
|