Hello John, I had only quit VC on my Mac. But didn't reload VC. After reloading i can see the message and it works. Thank you for your help
regards Matthias
- Log in to post comments
Hello John, I had only quit VC on my Mac. But didn't reload VC. After reloading i can see the message and it works. Thank you for your help
regards Matthias
Yes. Have installed vscode-objectscript-3.2.1-beta.5. In my argv.json inserted "enable-proposed-api": ["intersystems-community.vscode-objectscript"]. In the README is a hint to control that the ObjectScript Output Window prints "intersystems-community.vscode-objectscript version X.Y.Z-beta.1 activating with proposed APIs available. ". My Output Window is empty.
Have enabled proposed-api. But my server-side search not working. Searches forever but found nothing. Any Idea?
Hello John,
i have a similar problem. I'm working from visual studio on my server-side files. If I try to search patterns in files, the search runs but didn't find anything. If I do the same search from the management portal, it finds all routines including this pattern with a good performance.
regards Matthias
Hello Manoj,
i had a similar problem. In my case was the problem that after the Installation of IRIS the web-server port was "80". This port on my system was used by other software. After switching to "8080" VS Code was working well.
regards Matthias
Hello, I am a software developer and started my MUMPS program experience 1990. After Micronetics quit's we switched to Caché. Because of a web-shop project I am familiar with PHP.
For test purposes you can split the line to 3 lines.
S A=1
S B=2
S C=A+B
regards Matthias