Skip to content

Commit

Permalink
Update jsonrpc.test.ts reference (#15657)
Browse files Browse the repository at this point in the history
# PR Summary
Small PR - Commit dfdb943 moved the
`jsonrpc.test.ts`. This PR adjusts sources to changes.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15657)

Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 25, 2024
1 parent ee2286d commit df5b995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/experimental/jsonrpc-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Runs the JSONRPC interface using stdin & stdout for messages.

See [`ICliJsonRpcProtocol.cs`](../../src/Bicep.Cli/Rpc/ICliJsonRpcProtocol.cs) for the available methods & request/response bodies.

See [`jsonrpc.test.ts`](../../src/Bicep.Cli.E2eTests/src/jsonrpc.test.ts) for an example establinging a JSONRPC connection and interacting with Bicep files programmatically using Node.
See [`jsonrpc.test.ts`](../../src/Bicep.Cli.E2eTests/src/local/jsonrpc.test.ts) for an example establinging a JSONRPC connection and interacting with Bicep files programmatically using Node.

## Example JSONRPC messages

Expand Down

0 comments on commit df5b995

Please sign in to comment.