diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 14:21:35 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 14:21:35 -0500 |
commit | 91fc9b10e1700b482b13af1d25d95d80085a9b79 (patch) | |
tree | 8873099c6de0cefe8304f1d04c7be349e3e189ab /lsp.c | |
parent | 66367583a3b57e37e9198838222f45d99e77d8ae (diff) |
go to definition
Diffstat (limited to 'lsp.c')
-rw-r--r-- | lsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // print server-to-client communication -#define LSP_SHOW_S2C 1 +#define LSP_SHOW_S2C 0 // print client-to-server communication #define LSP_SHOW_C2S 0 |