Home
last modified time | relevance | path

Searched refs:testProtocolCommand (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Dplugins.ts3 const testProtocolCommand = "testProtocolCommand"; constant
16 info.session?.addProtocolHandler(testProtocolCommand, request => {
89 command: testProtocolCommand,
95 assert.strictEqual(command, testProtocolCommand);