Replies: 2 comments
-
Where the SDK is located shouldn't affect the contents of asconfig.json. If you are referencing absolute paths from your SDK in your asconfig.json, try switching to using the
Instead of overwriting a file, you might consider using the https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json#extends So you'd keep your multiple asconfig files for your various configurations, but you could have one main asconfig.json file where you simply change the path when needed.
Personally, here's how I'd probably organize a project like this: I'd put each asconfig file in a separate directory, and treat them each as separate projects. Then, I'd use the |
Beta Was this translation helpful? Give feedback.
-
Thank you Josh, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
what would you consider the best way to manage multiple projects within the same asconfig.json?
Use cases:
So far I store several asconfig.json files in different folders and just overwrite the current one.
Any suggestion for a smarter method?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions