-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading modules in home directory via extension configuration fails, causes issues with Insiders #27
Comments
Going to assume this issue is related lol |
Are you using any other extensions that are using monkey-patch? The file |
Ah sorry I should've mentioned before, I'm loading this via configuration with: "monkeyPatch.folderMap": {
"ui": "~/dotfile/vscode/style/out"
},
"monkeyPatch.mainProcessModules": [
],
"monkeyPatch.browserModules": [
"ui/code-custom"
], I'll check if loading via the API works |
I see. It's not the API, the problem is that after latest update user script can only be loaded from "~/Library/Application Support/Code - Insiders/Users/Global Storage". |
You can try putting your scripts inside |
vscode-file
protocol, resource refused
Can confirm symlinking into GlobalStorage fixes the issue. Not sure if you'd want to add handling or loading scripts from unsafe paths to GlobalStorage similar to how |
Why isn't this info written somewhere in the documentation? |
Log Content
Loading with exact same configuration in standard Code edition has no issues.
I can see some font size changes after enabling, so it seems customize-ui changes are possibly loading. Additionally I can't open DevTools, Process Explorer, or About page when extension is enabled—can't check how much of this is reproducing on Windows atm, going to assume its something to do with electron issues on the current macOS insiders build
Possibly Related:
The text was updated successfully, but these errors were encountered: