vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

File cleanups

Open worksofliam opened this issue 2 years ago • 1 comments

  • The connect API needs to be cleaned up and modularised: https://github.com/codefori/vscode-ibmi/blob/master/src/api/IBMi.ts
  • The commands defined in loadAllOfExtension need to be moved into unique files to clean it up because they're so big: https://github.com/codefori/vscode-ibmi/blob/master/src/instantiate.ts
  • CompileTools#runAction has like 3 different variable for the workspace folder... defo doesn't need that much (done in #1723)

worksofliam avatar Dec 12 '23 15:12 worksofliam

@worksofliam I am working on cleaning up the connect API and modularizing. Can the rest of this one be assigned to me?

krethan avatar Jan 19 '24 06:01 krethan