Guest User

Untitled

a guest
Apr 15th, 2021
6,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "jsonrpc": "2.0",
  3.     "id" : 1,
  4.     "method": "textDocument/definition",
  5.     "params": {
  6.         "textDocument": {
  7.             "uri": "file:///p%3A/mseng/VSCode/Playgrounds/cpp/use.cpp"
  8.         },
  9.         "position": {
  10.             "line": 3,
  11.             "character": 12
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment