Skip to content

Instantly share code, notes, and snippets.

View freddi-kit's full-sized avatar
🏠
WFH

freddi(Yuki Aki) freddi-kit

🏠
WFH
View GitHub Profile

Trace Server requests/responses in VSCode

Add the following configurations in settings.json. The top level id (Ruby TypeProf) is a language client id specified as the first argument of the constructor of LanguageClient. like new LanguageClient("Ruby TypeProf", ...);

{
    "Ruby TypeProf.trace.server": {
        "verbosity": "verbose",
 "format": "Text"