this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixup lnav log format + add some gopls settings

+18 -6
+1 -1
.lnav/formats/installed/robot_xml_log.json
··· 6 6 "url": "https://robotframework.org/", 7 7 "regex": { 8 8 "basic": { 9 - "pattern": "timestamp=\"(?<timestamp>\\d{6,8} \\d{1,2}:\\d{2}:\\d{2}[.]\\d{3})\" level=\"(?<level>[A-Z]+)\">(?<body>[\\s\\S\n]*?)<?" 9 + "pattern": "<msg timestamp=\"(?<timestamp>\\d{6,8} \\d{1,2}:\\d{2}:\\d{2}[.]\\d{3})\" level=\"(?<level>[A-Z]+)\">(?<body>.*)(<\\/msg>)?" 10 10 } 11 11 }, 12 12 "timestamp-format": [
+17 -5
Library/Application Support/Code/User/settings.json
··· 255 255 }, 256 256 }, 257 257 258 - "debug.internalConsoleOptions": "openOnSessionStart", 258 + "debug.console.acceptSuggestionOnEnter": "off", 259 + "debug.console.fontSize": 11, 259 260 "debug.console.historySuggestions": false, 260 - "debug.console.acceptSuggestionOnEnter": "off", 261 261 "debug.console.wordWrap": false, 262 262 "debug.focusWindowOnBreak": true, 263 + "debug.internalConsoleOptions": "openOnSessionStart", 263 264 "debug.onTaskErrors": "abort", 264 265 265 266 "editor.accessibilitySupport": "off", ··· 615 616 "go.vetOnSave": "off", 616 617 "go.testExplorer.enable": true, 617 618 "go.useLanguageServer": true, 619 + "go.inlayHints.assignVariableTypes": false, 620 + "go.inlayHints.compositeLiteralFields": true, 621 + "go.inlayHints.compositeLiteralTypes": true, 622 + "go.inlayHints.constantValues": true, 623 + "go.inlayHints.functionTypeParameters": true, 624 + "go.inlayHints.parameterNames": true, 625 + "go.inlayHints.rangeVariableTypes": false, 618 626 "gopls": { 619 627 "ui.completion.usePlaceholders": true, 620 628 "ui.navigation.importShortcut": "Definition", 621 629 "ui.semanticTokens": true, 630 + "noSemanticString": true, 631 + "noSemanticNumber": true, 622 632 }, 623 633 624 634 "groovyLint.format.enable": false, ··· 1032 1042 "yaml.schemas": { 1033 1043 "https://json.schemastore.org/github-workflow": [ 1034 1044 "**/.github/workflows/**/*.yaml", 1035 - "**/.github/workflows/**/*.yml", 1045 + "**/.github/workflows/**/*.yml" 1036 1046 ], 1037 1047 "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json": [ 1038 1048 "**/*.tm[Ll]anguage.yaml", 1039 - "**/*.tm[Ll]anguage.yml", 1040 - ] 1049 + "**/*.tm[Ll]anguage.yml" 1050 + ], 1051 + "file:///Users/ichamberlain/.vscode/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" 1041 1052 }, 1053 + "githubPullRequests.pullBranch": "never", 1042 1054 }
Library/Application Support/lghub/settings.db

This is a binary file and will not be displayed.