fix: do not show information message: editor is undefined
This commit is contained in:
parent
abe6b5f892
commit
fa0499f1d7
@ -38,7 +38,8 @@ export function activate(context: vscode.ExtensionContext) {
|
|||||||
let text = document.getText(selection);
|
let text = document.getText(selection);
|
||||||
vscode.commands.executeCommand('setContext', '_textSelectionLength', text.length);
|
vscode.commands.executeCommand('setContext', '_textSelectionLength', text.length);
|
||||||
} else {
|
} else {
|
||||||
vscode.window.showInformationMessage('editor is undefined');
|
// vscode.window.showInformationMessage('editor is undefined');
|
||||||
|
console.log('editor is undefined');
|
||||||
}
|
}
|
||||||
|
|
||||||
const commands: Array<{ command: string; targetCase: SupportCase }> = [
|
const commands: Array<{ command: string; targetCase: SupportCase }> = [
|
||||||
|
Loading…
Reference in New Issue
Block a user