https://github.com/ccims/ccims-vsc
Visual Studio Code extension for Gropius to manage cross-component issues within the IDE.
https://github.com/ccims/ccims-vsc
gropius vscode-extension
Last synced: 2 months ago
JSON representation
Visual Studio Code extension for Gropius to manage cross-component issues within the IDE.
- Host: GitHub
- URL: https://github.com/ccims/ccims-vsc
- Owner: ccims
- License: mit
- Created: 2021-06-06T01:35:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T04:17:55.000Z (almost 5 years ago)
- Last Synced: 2025-10-30T21:42:58.325Z (8 months ago)
- Topics: gropius, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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