bolt/deps/llvm-18.1.8/clang-tools-extra/clangd/test/xpc/initialize.test

11 lines
405 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: clangd-xpc-test-client < %s | FileCheck %s
# REQUIRES: clangd-xpc-support
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootUri":"test:///workspace","capabilities":{},"trace":"off"}}
# CHECK: {"id":0,"jsonrpc":"2.0","result":{"capabilities"
{"jsonrpc":"2.0","id":3,"method":"shutdown"}
# CHECK: {"id":3,"jsonrpc":"2.0","result":null}
{"jsonrpc":"2.0","method":"exit"}