Skip to content

Commit

Permalink
use lodash's isString
Browse files Browse the repository at this point in the history
  • Loading branch information
josharian committed Jan 20, 2024
1 parent 9b99f7b commit 60831b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import KeyboardCommandsTargeted from "./KeyboardCommandsTargeted";
import { ModalVscodeCommandDescriptor } from "./TokenTypes";
import { surroundingPairsDelimiters } from "@cursorless/cursorless-engine";
import { isString } from "./isString";
import { isString } from "lodash";

/**
* This class defines the keyboard commands available to our modal keyboard
Expand Down
3 changes: 0 additions & 3 deletions packages/cursorless-vscode/src/keyboard/isString.ts

This file was deleted.

0 comments on commit 60831b8

Please sign in to comment.