Skip to content

Fixing Admin Privalge Bug #9

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BishoPower
Copy link

No description provided.

@Han001020
Copy link

Thank you so much for this PR!
I was struggling with the admin privilege bug... 😭
And your pull request saved me!!!!

@torshepherd
Copy link
Owner

Oof thanks also for bumping this... I'll review today and merge

Sorry about the delay, in the future feel free to ping me more often

@torshepherd torshepherd self-requested a review April 25, 2025 12:52
const electronBase = isVSCodeBelowVersion("1.70.0")
? "electron-browser"
: "electron-sandbox";
const workBenchFilename =
vscode.version == "1.94.0" ? "workbench.esm.html" : "workbench.html";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this logic need to be updated since the PR was made? I assume we're quite a few versions after this?

Can you change this to use <= instead of equality?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BishoPower FYI ^^ if you change this I'll merge the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants