You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working server-side using isfs we can already list .bpl and .dtl items as long as the folder uri specifies a filter queryparam that allows them through. For example "uri": "isfs://dem-dev/?ns=ENSDEMO&filter=*"
But when a BPL is the opened from Explorer the document contains a single line:
Ultimately (see #60) it'd be nice to have the GUI editors open withing VS Code. But until this happens a possible workaround would be to turn the above into clickable links that launch an external browser page.
The text was updated successfully, but these errors were encountered:
gjsjohnmurray
added a commit
to gjsjohnmurray/vscode-objectscript
that referenced
this issue
Nov 12, 2020
When working server-side using isfs we can already list .bpl and .dtl items as long as the folder uri specifies a
filter
queryparam that allows them through. For example"uri": "isfs://dem-dev/?ns=ENSDEMO&filter=*"
But when a BPL is the opened from Explorer the document contains a single line:
An example of a DTL is:
Ultimately (see #60) it'd be nice to have the GUI editors open withing VS Code. But until this happens a possible workaround would be to turn the above into clickable links that launch an external browser page.
The text was updated successfully, but these errors were encountered: