microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.02k stars 28.79k forks source link

The VS Code Server downloads every time #217857

Closed AndreyNicolevich closed 3 months ago

AndreyNicolevich commented 3 months ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

  1. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = LOCAL COMPUTER: Version: 1.90.2 (user setup) Commit: 5437499feb04f7a586f677b155b039bc2b3669eb Date: 2024-06-18T22:34:26.404Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.19045

REMOTE MACHINE: Board: Orange Pi 3 LTS OS: ubuntu_jammy_server_linux5.16.17

SITUATION I am using an application to develop a C++ program on a single-board computer Orange Pi 3 LTS.

PROBLEM At each new connection to a remote machine, a VS Code Server is downloaded to the remote machine. As a result, the free disk space on the remote machine is decreasing

QUESTION Did I do something wrong (maybe I should set something in the settings)? Or is it a bug?

REQUEST What is the default directory where the VS Code Server is installed on the remote machine? I will manually delete it myself then. A measure as a patch, of course, but still.

Thanks

p.s. When disabling all extensions this problem remains

connor4312 commented 3 months ago

How are you connecting to the remote machine? Can you share the logs of whatever mechanism you're using to connect?

VSCodeTriageBot commented 3 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!