You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried the following in VSCode with ObjectScript extension version 3.0.1:
File / New File...
Chose Business Process Intersystems Objectscript
Entered class name eg. Test.Process.TestClass
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.