{ "editor.tabSize": 2, "cSpell.enableFiletypes": [ "mojolicious", "perl" ], "cSpell.words": [ "Acmlm", "Authen", "CharmBoard", "Facepunch", "listsubf", "origp", "passchk", "passgen", "pgsql", "resultset", "signup", "subf", "subforum", "subforums", "subfs" ], "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 } ], "perl-toolbox.lint.perlcriticProfile": "$workspaceRoot/.perlcriticrc", "perl-toolbox.lint.useProfile": true, "perl-toolbox.syntax.includePaths": [ "$workspaceRoot/libs" ], "sqltools.connections": [ { "previewLimit": 50, "driver": "SQLite", "name": "CharmBoard", "database": "${workspaceFolder:CharmBoard}/charmboard.db" } ], "sqltools.useNodeRuntime": true }