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
Describe the bug
Getting an error when trying to sync from linux
To Reproduce
Steps to reproduce the behavior:
Use VSCode to ssh into a linux box
Open a directory in VSCode
Try to sync files to a cluster using OAuth
Notice: you get the error below after a while
Screenshots
Stack trace
Login failed with Databricks CLI failed: Loading "original-fs" failed Error:Cannot find module 'original-fs' Require stack: - /home/harsh.goyal/.vscode-server/cli/servers/Stable-fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/server/out/server-cli.js at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15) at Module._load (node:internal/modules/cjs/loader:986:27) at Module.require (node:internal/modules/cjs/loader:1233:19) at require (node:internal/modules/helpers:179:18) at i (/home/harsh.goyal/.vscode-server/cli/servers/Stable-fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/server/out/server-cli.js:3:98) at r.load (/home/harsh.goyal/.vscode-server/cli/servers/Stable-fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/server/out/server-cli.js:2:1637) at h.load (/home/harsh.goyal/.vscode-server/cli/servers/Stable-fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/server/out/server-cli.js:1:13958) at u (/home/harsh.goyal/.vscode-server/cli/servers/Stable-fee1edb8d6d72a0ddff41...
System information:
Paste the output ot the Help: About command (CMD-Shift-P).
Hi. We don't support dev containers or virtual file system (when you run vscode by sshing into linux for example). This is because the CLI is not optimised to use the virtual filesystems yet.
Across the industry, coding is moving to remote servers. Please consider at least providing a helpful error message when the user is trying to sync a virtual file system.
Describe the bug
Getting an error when trying to sync from linux
To Reproduce
Steps to reproduce the behavior:
Screenshots
Stack trace
System information:
Help: About
command (CMD-Shift-P).v1.3.1
Databricks Extension Logs
Please attach the databricks extension logs
Unfortunately going to "open full logs" via the command palette did nothing for me. I verified that logs are enabled.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: