6,041 questions
0
votes
0
answers
18
views
How to configure environment path in WSL?
Using VScode with WSL trying to configure custom MCP servers, the vscode server itself runs a non-interactive shell. A non-interactive login shell means using bash -c or similar.
A non-interactive ...
1
vote
1
answer
31
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\...
-3
votes
0
answers
26
views
Ubuntu 24.04 Recovery [closed]
Picture of windows Bios
I am using a dual boot Ubuntu system and accidentally deleted Oh my Zsh files. I have been having issues rebooting to my Ubuntu OS since then and keeps taking me to this ...
0
votes
0
answers
32
views
How to run an application through WSL in Rider?
I need help figuring out the following: I have a requirement to run an application through WSL (both in debug and non-debug modes) in Rider 2025.1. I don’t understand how to set this up—I’ve already ...
0
votes
1
answer
40
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 ...
-1
votes
1
answer
35
views
Terraform deployment in localstack with out errors half the config only get deployed [closed]
So Im trying to deploy some terraform configuration into localstack. Im running it inside WSL so linux based, The problem is that for testing now the configuration in terraform creates an S3 bucket ...
0
votes
2
answers
42
views
Running a ddev exec via docker compose file on project start in WSL2
I have a Symfony project running in container via WSL2. There is a messenger worker that I would like to start automatically when starting the project with ddev start. To start the worker manually, I ...
5
votes
1
answer
66
views
Can I set the locale from within a Haskell program, so I can print unicode characters appropriately?
I'm building and running a cabal project with following code on WSL:
module Main where
main :: IO ()
main = do
putStrLn "█"
█ is the unicode character 0x2588, 9608 in decimal.
When cabal ...
-1
votes
0
answers
32
views
archus-b_windows - Is this a safe way to create own bootable Linux USB drive using this script? [closed]
can anyone evaluate this script with an expert eye ?
https://github.com/pagend0s/archus-b_windows
Cheers
0
votes
1
answer
90
views
Visual Studio - ASP.NET Core MVC / C# docker container app can't connect to the browser with 100% out of the box scaffolded code
I created an app with Visual Studio. Everything I did was an out-of-the-box selection. I picked ASP.NET Core Web App (Model-View-Controller) > Framework: .NET 8.0 (Long Term Support), ✔️Enable ...
0
votes
0
answers
49
views
Different maven version between intellij runner and console (WSL)
In IntelliJ IDEA, using WSL (Windows Subsystem for Linux), in a maven Java project, when I tried to import an external lib the lib can be used in command line, in the IDE Editor, but not in the IDE ...
0
votes
0
answers
49
views
Error when trying to run vagrant file from within wsl
I've installed PowerShell 7.5.1 and configured the system environment variables to point to it correctly. However, when I try to run a Vagrantfile from within WSL (Ubuntu 24.04), PowerShell is not ...
0
votes
1
answer
55
views
VS code WSL connectivity error, error in WSL extension output
please refer the image below for the error in vs code wsl extension output.
Tried the following approaches
uninstalling, reinstalling VS code along with deleting .vscode and extension folder.
...
0
votes
1
answer
30
views
snapcraft and WSL2 and " system experimental.snapd-snap=true" errors
For many years I have been building snaps with snapcraft on wsl2.
Now I sometimes get this error, when running the snapcraft command.
error: cannot perform the following tasks:
Run configure hook of ...
0
votes
0
answers
48
views
How to get reboundx installed on my Windows Anaconda?
I'm trying to install Reboundx on my Windows Anaconda, and keep failing.
So far I've been using Google and ChatGPT to try and install reboundx, but the final result is the same.
I have no experience ...