Skip to content

Commit 1e522f3

Browse files
Add TypeScript related installation instructions to VS Code README
1 parent 678c3e7 commit 1e522f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/VSCode/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ This extension adds a context menu item **REST API Client Code Generator** when
6161
- Java Runtime Environment (for OpenAPI Generator and Swagger Codegen CLI)
6262
- NPM (for AutoREST and NSwag)
6363

64+
For TypeScript code generation:
65+
66+
- Node.js and NPM
67+
- OpenAPI Generator
68+
6469
The extension uses the `rapicgen` .NET tool to generate the code. If not already installed, you will be prompted to install it when first attempting to generate code.
6570

6671
## Extension Settings

0 commit comments

Comments
 (0)