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.

How do I produce the same VSIX as the version from the store?

See original GitHub issue

Hello,

Currently I’m trying to make some changes to the Powershell script, but if I build the Visual Studio solution it appears to produce a different version of clang-build.ps1. From what I can tell some scripts are merged. Is it documented somewhere how to produce the VSIX from the store?

Thanks,

Duncan

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
cpp-red-lioncommented, May 29, 2018

Hi,

I’m afraid the steps for building the VSIX package are not documented on GitHub. You will need VS2017 for that (with VS Extensibility SDK component)

vs ext dev

vs ext sdk

0reactions
mrexodiacommented, Jun 4, 2018

Fixed in #347

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I generate the same VSIX file as the one in ...
> npm install -g vsce # Perform the next steps in the vscode-python folder. > npm ci > python3 -m pip --disable-pip-version-check install...
Read more >
Anatomy of a VSIX Package - Visual Studio (Windows)
During installation, Extensions and Updates looks for the contents of the VSIX package in a folder under %LocalAppData%\Microsoft\VisualStudio\ ...
Read more >
Update a Visual Studio extension for Visual Studio 2022
Developers need to use the version of the VSIX installer that comes with Visual Studio 2022 to install extensions to that version of...
Read more >
How do I install a VSIX file in Visual Studio?
zip, extract it to a folder and move it to \AppData\Local\Microsoft\VisualStudio\"X.X"\Extensions where "X.X" is your VS version. Share.
Read more >
Publishing Extensions
To create a publisher: Go to the Visual Studio Marketplace publisher management page. Log in with the same Microsoft account you used to...
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