Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "jsonrpc": "2.0",
- "id" : 1,
- "method": "textDocument/definition",
- "params": {
- "textDocument": {
- "uri": "file:///p%3A/mseng/VSCode/Playgrounds/cpp/use.cpp"
- },
- "position": {
- "line": 3,
- "character": 12
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment