Skip to content

Commit

Permalink
feat: comment test for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmu committed Mar 31, 2024
1 parent ac34b28 commit 2c9f177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/getSelectedText.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as vscode from 'vscode';

// retrieve current highlighted text
export function getSelectedText() {
let selectedText = '';
const editor = vscode.window.activeTextEditor;
Expand Down

0 comments on commit 2c9f177

Please sign in to comment.