An open API service indexing awesome lists of open source software.

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.

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