vscode-objectscript
vscode-objectscript copied to clipboard
InterSystems ObjectScript extension for Visual Studio Code
See https://github.com/intersystems/language-server/issues/65#issuecomment-722532927 and the pointer within it.
See https://github.com/intersystems-community/vscode-objectscript/issues/126#issuecomment-674089387 We currently implement `FileSearchProvider` and `TextSearchProvider` when `--enable-proposed-api` is set as a launch argument.
Since PR #200 a server-side change produces this dialog during import of the local version:  Clicking "Compare" gives this:  Unlike the equivalent diff which appears if the **local**...
Is there anything planned for debugging REST service classes in Visual Studio Code like what is done with Serenji : 
I'm using server-side editing, ObjectScript 1.0.10-beta6, Server Manager 1.0.5. If I open a class, edit it, and close the editor, there does not appear to be a way to quickly...
BPL stands for Business Process, DTL - for Data transformation rules. Both are classes which have GUI editors in IRIS.
The uncaught errors are coming from here, which I'm pretty sure is unrelated to this PR: https://github.com/intersystems-community/vscode-objectscript/blob/225df7689c499c792174464f3f2f04bf8da74a8a/src/utils/index.ts#L364-L369 _Originally posted by @isc-bsaviano in https://github.com/intersystems-community/vscode-objectscript/issues/1003#issuecomment-1292594921_
The proposed realization for the discussed topic #987
Maybe I'm asking for too much but here goes 1. If I have ``` ClassMethod CreateTasks(pVerbose As %Boolean = 0) As %Status { #dim tSC As %Status=$$$OK #dim eException As...
For some reason i get 'Failed to save file *.csp on the server' error in VSCode. Sometimes it does work, sometimes it doesn't. Even if i try to edit the...