cyagen 0.1.11

Text file generator based on C file and templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "folders": [
    {
      "name": "test_{{ sourcename }}",
      "description": "test folder",
      "path": "./"
    }
  ],
  "extensions": {
    "recommendations": [
      "alexdima.vscode-lcov"
    ],
  },
  "settings": {
    "vscode-cyagen.currentTargetSource": "{{ sourcedirname | safe }}/{{ sourcename }}.c",
    "lcov.path": "build/cleaned_coverage.info"
  },
}