Skip to content

Commit 7aa9254

Browse files
Add sentence how to run *.http files (#2221)
For users new to VSCode it may not be obvious how to run *.http files. --------- Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
1 parent 7042272 commit 7aa9254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-started/in-a-nutshell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ Books book = persistenceService.run(byId).single(Books.class);
781781

782782
### Sample HTTP Requests
783783

784-
Test the implementation by submitting orders until you see the error messages. Create a file called _test.http_ and copy the request into it.
784+
Test the implementation by submitting orders until you see the error messages. Create a file called _test.http_ and copy the request into it. Send requests from your IDE supporting `*.http` files with, for example, a [REST Client](/tools/cds-editors#add-useful-plugins).
785785

786786
<span class="impl node">
787787

0 commit comments

Comments
 (0)