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

Is it possible to show Back-end (csp/cls/mac) and Front-end (files in csp) at the same time when using server-side editing?

Open Taulim opened this issue 2 years ago • 3 comments

Hello.

I remember this being a limitation on the start of the project that we could not have CSP files and Server files in the same isfs protocol. As such I have to have two "folders" on my workspace, one for CSPs and one for the other files:

image

image

Since projects were included (btw, nice feature :smile: my team was asking for that) and they do show both files at the same time :

image

I was wondering if joining both under the same folder was possible? To be honest this is not a big deal, it is more like "quality of life" improvement :smiley:

Taulim avatar May 13 '22 10:05 Taulim

@Taulim Right now the only way to do that is to use a project and add both CSP and non-CSP files to it. I'm going to leave this issue open so the other maintainers can comment but IMO the work required to make this possible likely outweighs the benefits so this probably won't get prioritized.

cc @gjsjohnmurray

isc-bsaviano avatar May 13 '22 12:05 isc-bsaviano

I think it would be a big job. Pinging @daimor who originally implemented isfs.

gjsjohnmurray avatar Aug 08 '22 11:08 gjsjohnmurray

@gjsjohnmurray I think this can be closed as wontfix. The main reason you'd want to do this (editing a front end served by CSP and the server-side REST API) is a great candidate for a server side project because you're likely only editing a single class package and single web application.

isc-bsaviano avatar Aug 10 '22 19:08 isc-bsaviano