codefori / vscode-ibmi

🌍 IBM i development extension for VS Code
https://codefori.github.io/docs/#/
MIT License
288 stars 96 forks source link

Add the ability to import RDi configurations #1295

Open ChrisHird opened 1 year ago

ChrisHird commented 1 year ago

Would like to be able to import compiler settings etc from RDi. Today we have to build the commands manually which can be a pain why trying to migrate 7 development environments. Tried to figure out the RDi configuration layout and see if I could build something to do the import but need more information on how IBM exports and imports the configurations?

Just an idea as I am migrating from RDi to VSCode.

worksofliam commented 1 year ago

@ChrisHird Any chance you can share an example of those settings or the schema for them?

Thanks

ChrisHird commented 1 year ago

Yes I can add to the issue, I have also asked for help on the possible format or how it is decoded in RDi. Will add what I can as I find out.

Get Outlook for iOShttps://aka.ms/o0ukef


From: barry @.> Sent: Saturday, May 20, 2023 8:53:57 PM To: halcyon-tech/vscode-ibmi @.> Cc: Chris Hird @.>; Mention @.> Subject: Re: [halcyon-tech/vscode-ibmi] Add the ability to import RDi configurations (Issue #1295)

@ChrisHirdhttps://github.com/ChrisHird Any chance you can share an example of those settings or the schema for them?

Thanks

— Reply to this email directly, view it on GitHubhttps://github.com/halcyon-tech/vscode-ibmi/issues/1295#issuecomment-1556053945, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AELHN4MGSU2OQDBU5PERYVLXHFRSLANCNFSM6AAAAAAYI3G65M. You are receiving this because you were mentioned.Message ID: @.***>

worksofliam commented 1 year ago

@ChrisHird Any luck getting an example configuration for us?

ChrisHird commented 1 year ago

Sorry Liam I am travelling, I will copy Charlie and get him to create one.

Chris

Get Outlook for iOShttps://aka.ms/o0ukef


From: barry @.> Sent: Thursday, May 25, 2023 11:11:32 AM To: halcyon-tech/vscode-ibmi @.> Cc: Chris Hird @.>; Mention @.> Subject: Re: [halcyon-tech/vscode-ibmi] Add the ability to import RDi configurations (Issue #1295)

@ChrisHirdhttps://github.com/ChrisHird Any luck getting an example configuration for us?

— Reply to this email directly, view it on GitHubhttps://github.com/halcyon-tech/vscode-ibmi/issues/1295#issuecomment-1563312095, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AELHN4IIP7GWRLRI5IK6VYTXH6OFJANCNFSM6AAAAAAYI3G65M. You are receiving this because you were mentioned.Message ID: @.***>

worksofliam commented 1 year ago

@ChrisHird Perfect, thanks.

Please note attachments do not come through via email and will need to be attached in this issue on GitHub.

ChrisHird commented 1 year ago

conf.zip

alanseiden commented 1 year ago

@ChrisHird Thank you. We found that the inner .cfg files and so forth are really additional .zip files and can be renamed .zip and uncompressed. Then we figure out which files we need.

alanseiden commented 1 year ago

A community member suggests looking at iSphere RDi plugin for a way to export sections of the .cfg files.