Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 481 Bytes

CCIMS VS Code integration

Running the extension

  • Open this in VS Code 1.49+
  • npm run init-all to init project
  • npm run build to build project
  • F5 to start debugging

Generate the api code

Note: the generated files are checked in by default, to make execution easier

  • Requirements
    • Running ccims backend on http://localhost:8080/api
  • Generation: npm run graphql-codegen
  • All files in src/generated are autogenerated files, do not modify manually