03juan

03juan

The Plug.Debugger docs describe setting the PLUG_EDITOR environment variable to generate links to your text editor.

Unfortunately the example given, vscode://file/__FILE__:__LINE__, won’t work when the development environment is structured as:

  1. Windows host browser, as tested in Chromium-based Edge and Opera GX, and Firefox
  2. Windows VSCode with Visual Studio Code Remote - WSL extension
  3. Files in WSL distro

The VSCode docs Developing in WSL show how to force open a file from the windows command prompt
code --file-uri vscode-remote://wsl+Ubuntu/home/ubuntu/fileWithoutExtension but the browser complains that vscode-remote:// is not a registered protocol.

What does work is the format suggested in Issue #108257 · microsoft/vscode, exporting the envar before starting the dev server in either the integrated terminal or your favourite external terminal.

export PLUG_EDITOR=vscode://vscode-remote/wsl+[DISTRO]__FILE__:__LINE__
iex -S mix phx.server

Replace [DISTRO] with your distro’s name, e.g. wsl+Ubuntu, and note there is no / between it and __FILE__

Happy debugging :confetti_ball:

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 94592 917
New
cblavier
Hey there, It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
heathen
Quite interesting article Google brought me. Didn’t find any mentions about it here. What do you think in general? Would you use togethe...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
AstonJ
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
Null-logic-0
What IDE or editor are you using for Elixir development? Personally, I use Zed, and I really like it, but sometimes I wish there were a ...
New

Other Trending Topics Top

GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews