Windows 10: VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL

Discus and support VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL in Windows 10 Gaming to solve the problem; I'm working on web development in WSL using VS Code. When I use FileZilla to open a file in VS Code for comparison on the live server, it opens a new... Discussion in 'Windows 10 Gaming' started by RinshanKolayil, May 3, 2025 at 7:22 AM.

  1. VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL


    I'm working on web development in WSL using VS Code. When I use FileZilla to open a file in VS Code for comparison on the live server, it opens a new VS Code window instead of reusing the existing one. How can I make it open in the already open VS Code window? In the image below, I've highlighted the newly opened VS Code window that appears when I click 'Edit' on a server file in FileZilla, even though a VS Code window is already open.

    :)
     
    RinshanKolayil, May 3, 2025 at 7:22 AM
    #1
  2. KavitaC Win User

    Error code: Wsl/ERROR_SERVICE_DOES_NOT_EXIST | WSL seems to be broken after upgrading to Windows 11

    Hi Microsoft Team,

    I recently upgraded to Windows 11 and attempted to install Docker. However, upon installation, I encountered difficulties launching Docker due to issues with WSL.

    WSL seems to be broken in my system.

    when I run below command in command prompt (admin mode) :

    wsl --list --verbose

    I get below error :

    The specified service does not exist as an installed service.

    Error code: Wsl/ERROR_SERVICE_DOES_NOT_EXIST

    Therefore, I uninstalled docker and WSL.

    Turned off below windows features:

    1. Hyper-V
    2. Virtual Machine Platform
    3. Windows HyperVisor Platform
    4. Windows SubSystem for Linux

    Rebooted.

    Turned on the above windows feature and installed Ubuntu 22.04.3 LTS from Microsoft Store.

    Rebooted.

    But its still not working.

    when I run below command again :

    wsl --list --verbose

    It still gives the same error.

    Could someone assist with this query, please ?
     
  3. Error code: Wsl/ERROR_NOT_FOUND

    If you (like me) have this problem and find this thread, a short summary (not a Tutorial) so far ( as of 24.11.2023 ).

    Please read the whole comment before trying any of it!

    • Github Link to the problem is: Wsl/ERROR_NOT_FOUND after installing Windows updates · Issue #10782 · microsoft/WSL
    • Workaround:
      • Start WSL from an Elevated Terminal
      • So in "normal" language: Start your CMD/terminal with Admin Privileges then run the "WSL" command in this Terminal
    • Manual Fix:
      • Type "regedit" in the Windows search and start Windows Registry Editor
      • Search and delete:
      • HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PackagedCom\ClassIndex\{A9B7A1B9-0671-405C-95F1-E0612CB4CE7E}
    • Official Fix:
     
    Julian Oberhofer, May 3, 2025 at 7:25 AM
    #3
  4. VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL

    WSL

    Version 2 of WSL uses a new lightweight utility virtual machine capability. To enable the lightweight virtual machine and WSL, you need to enable two Windows features: Virtual Machine Platform and Windows Subsystem for Linux.

    To enable these features via the user interface (UI), press the Windows key and enter Windows Features, then click on Turn Windows features on or off.
    When the Windows Features dialog appears, check the boxes for Virtual Machine Platform and Windows Subsystem for Linux.




    If you want to make version 2 the default for any Linux distros you install then run the following command:


    Code:
    Now you can install Linux distro from Microsoft Store it will be running version 2 of WSL.

    A distro can be converted between versions of WSL after installation. To achieve this, you use the wsl --set-version command.

    This command takes two arguments:

    • The name of the distro to update
    • The version to convert it to

    An example of converting the Ubuntu distro to version 2 is shown here:

    Code:
    Execute wsl --list --verbose versions of WSL installed distro.
     
Thema:

VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL

Loading...
  1. VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL - Similar Threads - Code Opens Window

  2. VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL

    in Windows 10 Software and Apps
    VS Code Opens New Window from FileZilla Instead of Using Existing One when working with WSL: I'm working on web development in WSL using VS Code. When I use FileZilla to open a file in VS Code for comparison on the live server, it opens a new VS Code window instead of reusing the existing one. How can I make it open in the already open VS Code window? In the image...
  3. WSL Remote Connection Issue with VS Code

    in Windows 10 Gaming
    WSL Remote Connection Issue with VS Code: I am trying to use WSL on VS Code, but upon opening VS Code, I keep getting the following error messages:Unable to detect if server is already installed: Error: Failed to probe if server is already installed: code: Failed to probe if server is already installed: code:...
  4. WSL Remote Connection Issue with VS Code

    in Windows 10 Software and Apps
    WSL Remote Connection Issue with VS Code: I am trying to use WSL on VS Code, but upon opening VS Code, I keep getting the following error messages:Unable to detect if server is already installed: Error: Failed to probe if server is already installed: code: Failed to probe if server is already installed: code:...
  5. windows explorer tabs - open a new tab in an existing window instead of opening a new window

    in Windows 10 Gaming
    windows explorer tabs - open a new tab in an existing window instead of opening a new window: I would like when I already have an open file explorer and for example, if a click a folder on the desktop, I would like it to go in a new tab in the already opened file explorer instead of creating a new window...
  6. windows explorer tabs - open a new tab in an existing window instead of opening a new window

    in Windows 10 Software and Apps
    windows explorer tabs - open a new tab in an existing window instead of opening a new window: I would like when I already have an open file explorer and for example, if a click a folder on the desktop, I would like it to go in a new tab in the already opened file explorer instead of creating a new window...
  7. WSL scripts not working when called from windows

    in Windows 10 Gaming
    WSL scripts not working when called from windows: I am hoping to run wsl bash scripts from windows so that my windows task scheduler can run wsl scripts as well.I set my task scheduler to call wsl.exemy windows task scheduler is not calling the scripts correctly.when I type from power shellwsl.exe <name_of_script> such...
  8. WSL scripts not working when called from windows

    in Windows 10 Software and Apps
    WSL scripts not working when called from windows: I am hoping to run wsl bash scripts from windows so that my windows task scheduler can run wsl scripts as well.I set my task scheduler to call wsl.exemy windows task scheduler is not calling the scripts correctly.when I type from power shellwsl.exe <name_of_script> such...
  9. Doubt: Installing VS Code from WSL!!

    in Windows 10 Ask Insider
    Doubt: Installing VS Code from WSL!!: If I install VS code via WSL and execute it, Which Keyboard (Ubuntu VS code or Windows VS Code) shortcuts will work in it ? submitted by /u/Kesavaraja [link] [comments] https://www.reddit.com/r/Windows10/comments/fwlhh7/doubt_installing_vs_code_from_wsl/
  10. How to open new folder but keep the existing one open?

    in Windows 10 Support
    How to open new folder but keep the existing one open?: Now in my third week with Windows 10 after 15 years using XP. After much googling and several posts in various newgroups and forums I still have no answer to the subject question. In XP, if you wanted to open a new folder (e.g. move up to the next one in the tree) you...