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

Debug REST service classes in Visual Studio Code

Open grongierisc opened this issue 5 years ago • 2 comments
trafficstars

Is there anything planned for debugging REST service classes in Visual Studio Code like what is done with Serenji :

img

grongierisc avatar Nov 23 '20 13:11 grongierisc

+1

ondrejhoferek avatar Nov 25 '20 20:11 ondrejhoferek

~~Implementing this would almost certainly require server side work.~~

isc-bsaviano avatar Apr 19 '21 20:04 isc-bsaviano

That's for this great features, but it's seems to me it's only works with isfs. Is it possible to make it works with local source file ?

image

error message : No file system provider found for resource 'objectscript://XXX.cls'

grongierisc avatar Jan 12 '23 05:01 grongierisc

@grongierisc This is caused by #1042. Since the objectscript URI scheme isn't a full FileSystemProvider, vscode.workspace.fs.readFile() can't read the file. I will open a new issue. Turning on objectscript.serverSideEditing should solve the problem until a fix is released.

isc-bsaviano avatar Jan 12 '23 12:01 isc-bsaviano