Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
24 views

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 ...
Dan's user avatar
  • 1
-3 votes
0 answers
119 views

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://...
stevied's user avatar
  • 27
0 votes
1 answer
48 views

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....
Md Salimullah's user avatar
0 votes
0 answers
39 views

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 ...
exlead's user avatar
  • 1
0 votes
0 answers
38 views

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 ...
Steven Shoemaker's user avatar
-2 votes
1 answer
40 views

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 ...
Misiur's user avatar
  • 5,393
0 votes
0 answers
35 views

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 ...
anonymousclassjava's user avatar
0 votes
0 answers
17 views

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 ...
Aditya Mahekar's user avatar
-1 votes
1 answer
79 views

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 ...
Elien's user avatar
  • 9
0 votes
0 answers
31 views

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 "...
The Maniac's user avatar
  • 2,623
0 votes
1 answer
98 views

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 ...
LinkChou's user avatar
0 votes
0 answers
32 views

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 ...
Kiwi 's user avatar
2 votes
0 answers
84 views

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 ...
Rachel Ovrani's user avatar
1 vote
1 answer
135 views

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 ...
luhur65's user avatar
  • 13
0 votes
0 answers
47 views

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 ...
asett's user avatar
  • 23
0 votes
0 answers
29 views

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 ...
rusty009's user avatar
  • 876
0 votes
0 answers
85 views

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 ...
parsley72's user avatar
  • 9,317
1 vote
1 answer
94 views

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 ...
PaulH's user avatar
  • 3,139
0 votes
2 answers
43 views

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) ...
tmighty's user avatar
  • 11.5k
0 votes
0 answers
66 views

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 ...
EvgeniySharapov's user avatar
0 votes
1 answer
68 views

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 ...
Paras Bansal's user avatar
0 votes
1 answer
148 views

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 > ...
IGRACH's user avatar
  • 3,726
0 votes
3 answers
4k views

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 ...
spencerready's user avatar
1 vote
1 answer
158 views

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\...
mrpeebs's user avatar
  • 31
0 votes
1 answer
116 views

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 ...
mbpxl's user avatar
  • 3

1
2 3 4 5
121