Skip to content

Commit

Permalink
Update cds-typer.md
Browse files Browse the repository at this point in the history
Co-authored-by: René Jeglinsky <[email protected]>
  • Loading branch information
swaldmann and renejeglinsky authored Oct 24, 2023
1 parent 322b8db commit 8f65a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cds-typer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following chapter describes the [`cds-typer` package](https://www.npmjs.com/

1. In your project's root, execute `cds add typer`.
2. Make sure you have the [SAP CDS Language Support extension for VS Code](https://marketplace.visualstudio.com/items?itemName=SAPSE.vscode-cds) installed.
3. See that cds-typer is enabled in your VS Code settings (CDS Type Generator Enabled).
3. See that cds-typer is enabled in your VS Code settings (CDS > Type Generator > Enabled).
4. Install the newly added dev-dependency using `npm i`.
5. Saving any _.cds_ file of your model from VS Code triggers the type generation process.
6. Model types now have to be imported to service implementation files by traditional imports of the generated files:
Expand Down

0 comments on commit 8f65a42

Please sign in to comment.