Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jun 4, 2021
1 parent c6fc29e commit b4bb251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as vscode from "vscode";

type QuoteType = "both" | "single" | "double";
type QuoteChar = "both" | `'` | `"`;

This comment has been minimized.

Copy link
@xNocken

xNocken Oct 27, 2021

Contributor

why?

This comment has been minimized.

Copy link
@meganrogge

meganrogge Oct 27, 2021

Author Owner

when I was working on a vscode feature request for the SCM to Support past commit messages navigation, I used this repo to test the changes 😅

//
export function activate(context: vscode.ExtensionContext) {
vscode.workspace.onDidChangeTextDocument(async (e) => {

Expand Down

0 comments on commit b4bb251

Please sign in to comment.