File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "python.testing.pytestArgs" : [],
3
- "python.testing.unittestEnabled" : false ,
4
- "python.testing.pytestEnabled" : true ,
5
- "editor.formatOnSave" : true ,
6
2
"editor.codeActionsOnSave" : {
7
3
"source.organizeImports" : " explicit"
8
4
},
Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ To make your lakeshore340 install.sh script:
299
299
300
300
cd ibek-support
301
301
mkdir lakeshore340
302
- cp devIocStats /install.sh lakeshore340/install.sh
303
- code install.sh
302
+ cp iocStats /install.sh lakeshore340/install.sh
303
+ code lakeshore340/ install.sh
304
304
305
305
Now edit the install.sh script to look like the code block below.
306
306
@@ -387,7 +387,7 @@ make.
387
387
TODO: a detailed description of the YAML files' structure and purpose should
388
388
be included in the ``ibek `` documentation and linked here.
389
389
The current version of this is here
390
- https://epics-containers.github.io/ibek/main/developer/explanations/entities.html
390
+ ` entities < https://epics-containers.github.io/ibek/main/developer/explanations/entities.html >`_
391
391
but it is rather out of date.
392
392
393
393
To create an ``ibek `` support YAML file we need to provide a list of ``definitions `` .
You can’t perform that action at this time.
0 commit comments