Skip to content

Commit bd8ea0e

Browse files
committed
Remember that bicep-types is still needed
Ask Anthony to update the NPM package!
1 parent 5184191 commit bd8ea0e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,14 @@ debugging.
6767
5. Clone DSC feature branch: `git clone -b bicep-gRPC https://github.com/andyleejordan/DSC.git`
6868
6. Clone Bicep feature branch: `git clone -b named-pipes https://github.com/andyleejordan/bicep.git`
6969
7. Open this project's multi-root workspace: `code bicep-types-dsc/bicep-types-dsc.code-workspace`
70-
8. Run `Publish Extension` VS Code workspace build task, equivalent to:
70+
8. Setup `bicep-types` submodule in `bicep-types-dsc`:
71+
1. `git submodule update --init`
72+
2. `cd bicep-types/src/bicep-types`
73+
3. `npm install && npm run build`
74+
9. Run `Publish Extension` VS Code workspace build task, equivalent to:
7175
- `cd dsc && ./build.ps1 -Project dscbicep`
7276
- `cd bicep-types-dsc && npm start` (might need `npm install` first)
73-
9. Run `Build CLI` VS Code Bicep task, equivalent to:
77+
10. Run `Build CLI` VS Code Bicep task, equivalent to:
7478
- `cd bicep && dotnet build src/Bicep.Cli/Bicep.Cli.csproj`
7579

7680
DSC sometimes needs the CFS Cargo feed updated. A Microsoft employee can add

bicep-types

0 commit comments

Comments
 (0)