Skip to content
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

feat: overlay-lock #92

Merged
merged 1 commit into from
Nov 3, 2024
Merged

feat: overlay-lock #92

merged 1 commit into from
Nov 3, 2024

Conversation

Himanshu-Singh-Chauhan
Copy link

vscode.commands.executeCommand('pearai.lockOverlay');
vscode.commands.executeCommand('pearai.unlockOverlay');
vscode.commands.executeCommand('pearai.isOverlayLocked');

submodule : vscode messenger :

this.onWebview("lockOverlay", (msg) => {
  vscode.commands.executeCommand("pearai.lockOverlay");
});

this.onWebview("unlockOverlay", (msg) => {
  vscode.commands.executeCommand("pearai.unlockOverlay");
});

to use in tsx :

ideMessenger.post("lockOverlay");

@nang-dev nang-dev merged commit 29ee3bf into main Nov 3, 2024
4 of 5 checks passed
@nang-dev
Copy link

nang-dev commented Nov 3, 2024

legendary from himanshu

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.

2 participants