question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support to WSL and Dev Containers

See original GitHub issue

As stated on README.

Specific schema

Out of the box, the extension has a generic schema file that includes only in-box tasks. You probably have custom tasks installed in > your organization. To teach the extension about those, grab a copy of your schema and tell the extension where to find it.

Visit https://dev.azure.com/YOU-ORG-HERE/_apis/distributedtask/yamlschema and save the output as my-schema.json. Edit your workspace’s settings.json to include this:

{
  "azure-pipelines.customSchemaFile": "./path/to/my-schema.json"
}

Unfortunately this very useful feature is not yet supported on vscode using WSL or Dev Containers as you can see here: image

It could be really useful if this feature were enabled for these platforms as well.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
olegbzkcommented, May 4, 2022

It doesn’t work for me in WSL. No schema autodetection from Azure Repo and from a custom file.

image image

1reaction
50Wliucommented, Dec 9, 2021

Yeah, I think we need to do some work to make sure the extension works correctly in remote workspaces. Thanks for filing an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Dev Containers in WSL 2 - Visual Studio Code
Leveraging the power of Docker containers and the Windows Subsystem for Linux 2 (WSL 2), you can preserve your Windows environment by developing ......
Read more >
Get started with Docker containers on WSL - Microsoft Learn
This step-by-step guide will help you get started developing with remote containers by setting up Docker Desktop for Windows with WSL 2 (Windows ......
Read more >
Setting up WSL2 and the VSCode Remote Containers WSL ...
Step 1. Turn on WSL in a command prompt or Powershell. · Step 2. Enable the Virtual Machine Platform · Step 3. Install...
Read more >
Docker Desktop WSL 2 backend on Windows
Enabling Docker support in WSL 2 distros · Ensure the distribution runs in WSL 2 mode. WSL can run distributions in...
Read more >
Visual Studio Code and Dev containers in the Windows ...
Docker for Windows used to starts up a Linux VM to run the Docker daemon in, but there is now support for running...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found