-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codeapifeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Some extension relay on hard coded paths that are not exposed by vscode. See for example code-sittings-sync. Those extension are broken in the insiders version. I see t two possible ways:
- Just expose all paths used by vscode to extensions. Otherwise they will hard code them. No more security, just more messy code.
- Expose if the extension is used by the insider version. There might be a way, but I have not found it yet. I thought about getting the version and check if it ends with
-insiders
, but I have not found a way to get this information either.
golf1052, rob3c, medikoo, jens1o, gandalfsaxe and 14 more
Metadata
Metadata
Assignees
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codeapifeature-requestRequest for new features or functionalityRequest for new features or functionality