Skip to content

Commit

Permalink
feat: mroe ipynb support
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Oct 23, 2022
1 parent 3504a7c commit d2dbddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {
env,
languages,
workspace,
NotebookDocument
NotebookDocument,
NotebookRange
} from "vscode";
import { resolveLangName, toLower, toTitle, toUpper } from "./helpers/resolveLangName";
import { type SetActivity } from "@xhayper/discord-rpc";
Expand Down

0 comments on commit d2dbddb

Please sign in to comment.