Skip to content

Commit

Permalink
Merge pull request #11 from joshmu/feat_test-semantic
Browse files Browse the repository at this point in the history
feat: comment test for ci
  • Loading branch information
joshmu authored Mar 31, 2024
2 parents ac34b28 + 2c9f177 commit 6228285
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 6228285

Please sign in to comment.