-
Notifications
You must be signed in to change notification settings - Fork 48
File / New File... Business Process Intersystems Objectscript -selection doesn't create directory path automatically #1535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@mtaitton This was a deliberate change. Version 2.x had a ton of functionality that depended on the |
@mtaitton Did my answer explain the change sufficiently? |
@isc-bsaviano Not really fond of this change. I downgraded InterSystems ObjectScript to version 2.12.10. |
@mtaitton I understand your frustration, but sticking on an old version is not a good long-term plan. I'm planning on doing a new release of this extension soon, and I'd like to include a change that I think addresses your frustration:
With this change, the only delta between 2.x and 3.x is that you'll have to answer a prompt before the file is written. I think this is a fair tradeoff between the convenience of the 2.x behavior and the transparency of the 3.x behavior. |
@mtaitton If you want to test my changes in the linked PR you can install the VSIX in the zip found here: |
Tried the following in VSCode with ObjectScript extension version 3.0.1:
VSCode opened a dialog to save the class file (TestClass.cls) in some previous directory.
In version 2.12.10 VSCode creates the following directories under the workspace folder: src\Test\Process\TestClass. Also the class file (TestClass.cls) was created automatically. No save dialog was opened.
The text was updated successfully, but these errors were encountered: