Skip to content

Commit 3f7f702

Browse files
committed
Update sample project
1 parent 60f1f26 commit 3f7f702

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"pgms": [
3-
{ "program": "./*", "pgroup": "SAMPLE"}
3+
{ "program": "*", "pgroup": "SAMPLE"}
44
]
55
}

clients/sample-dialect-support/sample-dialect-vscode/.cobolplugin/proc_grps.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"pgroups": [
33
{
44
"name": "SAMPLE",
5-
"libs": [
6-
"copybook"
7-
]
5+
"preprocessor": [{
6+
"name": "SAMPLE",
7+
"libs": [
8+
"copybook"
9+
]
10+
}]
811
}
912
]
1013
}

0 commit comments

Comments
 (0)