I created a filter in object browser, I gave library name and object name as * and object type as *SRCPF, But the object browser is not expanding and I am not able to view the members.
Is there something wrong with my settings.json file?
"code-for-ibmi.connectionSettings": [
{
"name": "######",
"host": "",
"objectFilters": [
{
"name": "Filter 1",
"library": "LEVEL2SQL",
"object": "Q*",
"types": [
"*SRCPF"
],
"member": "*",
"memberType": "*",
"protected": false,
"buttons": "SAVE"
},image.png
Is there something wrong with my settings.json file?
"code-for-ibmi.connectionSettings": [
{
"name": "######",
"host": "",
"objectFilters": [
{
"name": "Filter 1",
"library": "LEVEL2SQL",
"object": "Q*",
"types": [
"*SRCPF"
],
"member": "*",
"memberType": "*",
"protected": false,
"buttons": "SAVE"
},image.png



Comment