6,026 questions
-4
votes
0
answers
24
views
Is the VSCode WSL extension open source?
Extension: WSL
I have a use case that requires modifying the WSL VSCode extension. The extension page takes you to a GH repo for vscode-remote-release, but the extension code isn't in there. I've look ...
-3
votes
0
answers
119
views
WSL time date out of Sync [closed]
I am Running WSL on my Windows 11 laptop and over time i see the time date drift, resulting in Apt not working in the machine, (ubuntu 22.04)
this is the error i get when installing
Get:1 http://...
0
votes
1
answer
48
views
Cannot find module 'griddb-node' after installing GridDB Node.js client [closed]
I installed GridDB 5.7 and created a Node.js project:
mkdir griddb-node-test
cd griddb-node-test
npm init -y
npm install griddb-node
My code (test.js):
const griddb = require('griddb-node');
console....
0
votes
0
answers
39
views
Camoufox browser window remains visible in WSL even when `headless` is set to `virtual`
Camoufox browser window remains visible in WSL even when headless is set to virtual
Description
When headless is set to "virtual", the Camoufox browser window still appears on the screen in ...
0
votes
0
answers
38
views
Linux - Reinstalling GCC with subroutine failing error status 2 [closed]
I've been trying to get a project on my Windows device to run through WSL, and I've been getting stonewalled by C++ compilation errors. I don't understand anything OS-level very well and ended up ...
-2
votes
1
answer
40
views
VSCode custom extension throws an error about keybindings
I wanted to update my VSCode extension. But when running npm run test I get an error:
Error: Cannot find module './build/Debug/keymapping'
I tried to compare it with fresh extension, generated with ...
0
votes
0
answers
35
views
JavaScript heap out of memory (installation of galaxy, WSL2) [closed]
I'm fairly new to Linux as a whole (I'm using WSL 2.6.1.0 on Windows 11 and Ubuntu 24.04.1 LTS) and I was trying to install Galaxy (for bioinformatics; it needs to operate on a Unix system).
Following ...
0
votes
0
answers
17
views
dfx command not working when running Motoko project
Error output when running dfx commands
I’m trying to run a simple Motoko project locally using the DFINITY SDK (dfx), but none of the dfx commands seem to work properly.
I’ve tried running commands ...
-1
votes
1
answer
79
views
WebStorm can not locate WSL files [closed]
I have been working on a project from WSL distribution which used yarn and docker so when I tested the project locally, it took up a lot of space. I already have little space on my disk, so when I ran ...
0
votes
0
answers
31
views
Building React Native / Expo Android app using WSL, getting Unsupported Platform
I work on a Windows machine and have installed WSL with Ubuntu running, followed three different tutorials on how to set up Java and Android SDKs in that environment, and I'm still getting "...
0
votes
1
answer
98
views
How to handle path on Windows WSL2 in rust? [closed]
Background
I tried to develop a Rust lib to assist with swapping filenames for any two files, but I had problems when I tried to dealing with paths on WSL.
Examples
Normal Situation
File1
File2
Before
...
0
votes
0
answers
32
views
Modifying software in Linux during what stage of the installation process? (./configure, make, make install) [duplicate]
I am currently trying to alter the behaviour of the PJSIP library I have installed on my local WSL. I am trying to add print statements in the code to understand the behaviour, between this library ...
2
votes
0
answers
84
views
How to debug C++ code in a Python extension (VLLM) and speed up compilation?
I’m working with VLLM (open-source) which includes C++ extension code compiled for Python.
I installed it using
CXXFLAGS="-Og -g" pip install -e .
I want to debug the C++ code from Python by ...
1
vote
1
answer
135
views
Docker build in WSL fails on curl download (curl: 56, unexpected eof)
I am trying to build a static FrankenPHP binary using their official Docker setup on Windows 10 with WSL 2 (Ubuntu). The build process, which uses docker buildx bake, fails at a step that downloads ...
0
votes
0
answers
47
views
Redeploy docker application when server restarts
I have a docker application that we have deployed on a clients Windows 2022 server. As part of the clients security protocol the server does occasional restarts. I'd like the app to be redeployed ...
0
votes
0
answers
29
views
dat-power extension is failing and stall sin a devcontainer
I am running a devcontainer on my windows machine using ubuntu as the WSL bistro. When I click the dot Power User extension - it's just loading constantly (the little blue line in the image moves from ...
0
votes
0
answers
85
views
Querying Tailscale from inside WSL2
I've got Tailscale running on Windows 11 but I have some Bash scripts I run in WSL2 that query devices connected via Tailscale. That works fine, but parts of the scripts query the Tailscale CLI ...
1
vote
1
answer
94
views
VSCode WSL Laravel: configure Ignition or Ray to open files directly in VSC debugger
I am using VSCode on windows with WSL Linux where the project files are and PHP and the XDebug debugger are running. When Ray or Ignition display debug information with a filename, I would like the ...
0
votes
2
answers
43
views
Activating conda venv in wsl via Windows .bat file
I am trying to use a .bat file that would automatically open the console, and change into a certain conda venv in WSL / Ubuntu.
The following .bat file does open Ubuntu / wsl, but it stays in (base) ...
0
votes
0
answers
66
views
Docker Mounts from WSL Does Not Show Files But Mounts from Windows Do
My setup Windows 11 and WSL with Ubuntu 24 instance. I would like to have a typical Linux experience inside WSL. However when I have a directory structure like this
% tree ...
0
votes
1
answer
68
views
p2.core.ProvisionException while installing new software in eclipse
I have just installed eclipse with wsl2 by following the guide below:
https://gist.github.com/rsenden/7bc96a3e678b60e61c750517ca8de883
While the setup is successful and eclipse is running, I am trying ...
0
votes
1
answer
148
views
How to run WSL bash functions from CMD
In Windows cmd you can run wsl commands just by typing:
> wsl pwd
/mnt/c/Users/user/
But when I try to run functions that are stored in ~/.bashrc file, nothing is happening:
> wsl test
>
...
0
votes
3
answers
4k
views
Unable to start MCP servers in VS Code in WSL
I'm attempting to connect to several MCP Servers in VS Code after general availability was recently released. VS Code is running in WSL: Ubuntu. I made a number of changes to my VS Code terminal ...
1
vote
1
answer
158
views
Intelephense is showing Undefined Type errors that are not true
Windows 11: 24h2
VS Code: 1.102.1 (WSL: Ubuntu 24.04.2 LTS)
Intelephense: 1.14.4
Symfony: v6.4.23
PHP: 8.2.28
<?php
namespace App\Command;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\...
0
votes
1
answer
116
views
React application doesn't run on localhost:8080 inside WSL
I am using WSL2 (Ubuntu) to develop a React application built using Vite. When running the npm run dev command, the terminal reports that the server is running on localhost:8080, but:
When trying to ...