vscode-opa icon indicating copy to clipboard operation
vscode-opa copied to clipboard

feat: add config property to set trace level

Open nikpivkin opened this issue 6 months ago • 0 comments

This PR adds the ability to set the trace level for intercepting requests and responses between client and server.

[Trace - 01:54:39] Sending request 'initialize - (0)'.
Params: {
    "processId": 91401,
    "clientInfo": {
        "name": "Visual Studio Code",
        "version": "1.92.1"
    },
    "locale": "en",
    "rootPath": "/Users/.../projects/rego-lsp-test",
    "rootUri": "file:///Users/.../projects/rego-lsp-test",
    "capabilities": {
        "workspace": {
            "applyEdit": true,
            "workspaceEdit": {
                "documentChanges": true,
                "resourceOperations": [
                    "create",
                    "rename",
                    "delete"
                ],
...

nikpivkin avatar Aug 19 '24 20:08 nikpivkin