Junyong Zhao

Results 2 comments of Junyong Zhao

I'm currently using something like ``` { "name": "Variables", "scope": [ "variable", "meta.function-call.arguments", "string constant.other.placeholder" ], "settings": { "foreground": "#e4dfd7" } }, ``` by adding "meta.function-call.arguments" specifically to the "Variable"...

I'm running into a similar usecase when trying to configure the "generic_options" for the server side but it's about the `GRPC_ARG_MAX_SEND_MESSAGE_LENGTH`. If this is still impossible yet for python-based flight...