Skip to content

How to control auto naming when git structure differs from IRIS structure? #1603

Answered by isc-bsaviano
jer-war asked this question in Q&A
Discussion options

You must be logged in to vote

I just checked the code and that's not working because we don't have a rtn category. The default categories are cls, int, inc, mac, dfi, oth. The addCategory setting accepts an object value instead of just a boolean. This worked for me:

"objectscript.export": {
	"folder": "",
	"addCategory": {
            "mac": "rtn",
            "int": "rtn",
            "inc": "rtn",
        },
	"map": {},
	"atelier": true,
	"generated": false,
	"filter": "",
	"exactFilter": "",
	"category": "*",
	"maxConcurrentConnections": 0,
	"mapped": true
},

This will override the defaults for mac, int and inc files but will still use the defaults for everything else. This use of addCategory is undocumented but sh…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@jer-war
Comment options

@isc-bsaviano
Comment options

@jer-war
Comment options

@isc-bsaviano
Comment options

Answer selected by jer-war
@jer-war
Comment options

@isc-bsaviano
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants