vscode-objectscript
vscode-objectscript copied to clipboard
Debug REST service classes in Visual Studio Code
Is there anything planned for debugging REST service classes in Visual Studio Code like what is done with Serenji :

+1
~~Implementing this would almost certainly require server side work.~~
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 ?
error message : No file system provider found for resource 'objectscript://XXX.cls'
@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.