When using tabnine vscode plugin to work on a server based editing setup using InterSystems ObjectScript plugin (https://github.com/intersystems-community/vscode-objectscript) edit and code creation is not possible.
Server based editing makes the source code available via a VSCode virtual file system provider. This file system provider is not being indexed by tabnine, also issuing a chat request to edit or create code in this provider results in tabnine plugin to crash/timeout as it tries to find the code location on the physical file system.
Could we please look into supporting virtual file systems? GitHub Copilot plugin is able to modify/create files on those virtual file systems.
gz#48810
(related to Zendesk ticket #48810)