vscode-objectscript icon indicating copy to clipboard operation
vscode-objectscript copied to clipboard

InterSystems ObjectScript extension for Visual Studio Code

Results 40 vscode-objectscript issues
Sort by recently updated
recently updated
newest added
trafficstars

See https://github.com/intersystems/language-server/issues/65#issuecomment-722532927 and the pointer within it.

documentation

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.

documentation

Since PR #200 a server-side change produces this dialog during import of the local version: ![image](https://user-images.githubusercontent.com/6726799/90702825-230f7f00-e284-11ea-8bbd-be9fc18a0bd3.png) Clicking "Compare" gives this: ![image](https://user-images.githubusercontent.com/6726799/90703088-bb0d6880-e284-11ea-9c93-3e9615282960.png) Unlike the equivalent diff which appears if the **local**...

enhancement

Is there anything planned for debugging REST service classes in Visual Studio Code like what is done with Serenji : ![img](https://community.intersystems.com/sites/default/files/inline/images/images/RESTdebugDC-20190906.gif)

enhancement
debugger

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...

upstream

BPL stands for Business Process, DTL - for Data transformation rules. Both are classes which have GUI editors in IRIS.

enhancement
priority/important-long-term

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_

bug

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...