Currently, Studio assumes you want to autoload a package using Studio. However, I sometimes simply want to get started quickly with a new library, without messing around with autoloading.
In that case, I'd prefer if Studio would not write to the studio.json file.
Proposed behavior:
If a studio.json file already exists in the current directory, add the package to that file.
Else, after successful package creation, ask whether a studio.json file should be created. (This would then simply run studio load for the package.)
Currently, Studio assumes you want to autoload a package using Studio. However, I sometimes simply want to get started quickly with a new library, without messing around with autoloading.
In that case, I'd prefer if Studio would not write to the studio.json file.
Proposed behavior:
studio.json
file already exists in the current directory, add the package to that file.studio load
for the package.)