-
Studio (Tools > Options) and Atelier (Preferences > Atelier) describe pertinent compiler options (b, u, k) directly in the interface. For VS Code - ObjectScript, rather than adding descriptions to the…
-
I am using server-side editing...
Compile a class (say User.abc.cls) and then _View Other_, you see the INT code for the compiled class's .1 routine (User.abc.1.int) - great.
Now compile the class f…
-
When a method or classmethod switches to another namespace using the `zNSpace` command or by `Set`ting `$NAMESPACE`, Language Server continues to look for referenced classes in the original namespace.…
-
I'm 99% sure that the "c" option is redundant and can be removed. The other typical options should be documented a little. I propose this. Assign to me and I'll do it.
"objectscript.compile…
-
Thank you for being part of the Open VSX community by adding your extensions to the Open VSX Registry. Please note that the service was recently transferred to the Eclipse Foundation and urgent action…
-
The links in the readme do not work for this. Can you tell me how to create and use custom widgets?
qou99 updated
3 years ago
-
Most developers now use docker rather than vagrant for development.
The current YottaDB is provided as a fully functional Docker container here:
https://yottadb.com/product/get-started/
Would it …
-
New routines aren't showing up in the explorer list. The refresh button doesn't seem to work.
Create a new routine in a Cache namespace. Although this doesn't work all the time. The routine shows u…
-
Hi, In Studio, serve side source control hooks allow to leverage current project name and put it into the local workspace path (e.g. with SVN hooks). How can the project name be passed into the server…
-
In our environment, we have many Git branches in VS Code and each branch is associated to a namespace.
For example:
Branch Cache Instance
A C-1
B …