Bracketeer icon indicating copy to clipboard operation
Bracketeer copied to clipboard

Consider adding "extensionKind" to package.json

Open JohnGurin opened this issue 4 years ago • 1 comments

// package.json
"extensionKind": ["ui"],

allows an extension to be installed locally and operate inside a dev container without in-container installation.

I quickly checked such a fix. Seems to be working. https://code.visualstudio.com/api/advanced-topics/remote-extensions#common-problems

JohnGurin avatar Mar 05 '21 20:03 JohnGurin

Hi, thanks for the info 👍 . I will have a look.

Pustelto avatar Mar 18 '21 13:03 Pustelto