Running the extension in dev environment fails on first run
See original GitHub issueReproduction steps:
- Open src/extension in VSCode and use F5 to launch in dev mode.
- Launch Web Template Studio using
Cmd+Shift+P
andWeb Template Studio: Launch
. This would fail on first run with an errorCould not sync template repository
. - Running the last step again would work after
System Info:
Mac mini (late 2014) running macOS Mojave version 10.14.4 Processor 2.6 GHz Intel Core i5 Memory 8 GB 1600 MHz DDR3 Graphics Intel Iris 1536 MB
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
Troubleshoot Terminal launch failures - Visual Studio Code
Test your shell directly. Try running your designated integrated terminal shell outside VS Code from an external terminal or command prompt. Some terminal ......
Read more >First run failed for a new project setup via Teams Toolkit ...
Describe the bug. Hi, I followed the Get Started for messaging extension to create a new teams app but failed to run it...
Read more >Add a build or release task in an extension - Azure DevOps
The dev machine needs to run Node v10.21.0 to ensure that the code written is compatible with the production environment on the agent...
Read more >An error occurred while accessing the Microsoft.Extensions ...
It may happen from a condition in your startup file or while you are injecting. for example, you have a flag that checks...
Read more >Advanced Visual Studio Code for Python Developers
Running tasks in frameworks like Django; Compiling Python C extensions. VS Code tasks are commands or executables that you can run on demand...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just had this problem today, I’m trying to open the template studio, I’m using ubuntu 19.04.
We figured out the issue, thanks everyone for working with us. we have to do signed builds for publishing to marketplace and looks like for some reason, it works on the mac and windows but fails for one file in the linux build to get signed.
we’re proactively working on solving this.