Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Can a VS Code VSIX record the executable bit on files

Is it possible for a VSIX to record the executable bit on a file (i.e. file mode, linux execute bit) such that when the VSIX is installed, linux/mac will recognize the file is executable?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Because VSIX is simply a ZIP package, your wish comes true as long as 1) everything on disk is set up properly before you run vsce package or vsce publish, and 2) you run that on macOS or Linux.

The same packaging process just won’t work well on Windows.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading