vscode-ibmi
vscode-ibmi copied to clipboard
File cleanups
- The
connectAPI needs to be cleaned up and modularised: https://github.com/codefori/vscode-ibmi/blob/master/src/api/IBMi.ts - The commands defined in
loadAllOfExtensionneed 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#runActionhas like 3 different variable for the workspace folder... defo doesn't need that much (done in #1723)
@worksofliam I am working on cleaning up the connect API and modularizing. Can the rest of this one be assigned to me?