Replies: 1 comment 3 replies
-
|
Hi @isc-mmao. Quick follow up question: if you want everything in list-installed in the project, at that point isn't it just all the code in the namespace + any code that is mapped from other namespaces? I am curious what the use case is. You could at that point, you folder level exclusions in vs code to exclude the few folders to exclude what is mapped from other namespaces that you don't want to see |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have recently learned about using server-side projects in VS Code to have a grouping of packages and files that I'm working on. This is great, but currently I would have to recreate the same project every time I start developing in a new namespace or instance. I realized that the list of items I would like to have in my project is basically 1) the PKG, CLS, INC, and unit test resources in my package module.xml and 2) all installed packages seen in list-installed after I install the package. While figuring some of this out, I noticed that IPM is apparently creating projects itself already, which I see in the %Studio.Project table. Since IPM should have access to all the information I mentioned about the package, would it be reasonable for package installation to include creating a project with these items?
I suppose that when you install another package, it could update an existing project created by whatever package install ran first? And it could be updated on uninstall. My use case would basically be a project per namespace I'm developing in.
Beta Was this translation helpful? Give feedback.
All reactions