Skip to content

Commit

Permalink
Fixup selectSyntaxes command (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Oct 7, 2024
1 parent 090fdb3 commit e3851c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const extDebugParams = `${extCommandPrefix}debugParams`;
export const extDebugAttach = `${extCommandPrefix}debugAttach`;

/** Select syntaxes */
export const extSelectSyntaxes = `${extCommandPrefix}select.syntaxes`;
export const extSelectSyntaxes = `${extCommandPrefix}selectSyntaxes`;

/** Update version info file header comment */
export const extUpdateVersionInfo = `${extCommandPrefix}updateVersionInfo`;
Expand Down

0 comments on commit e3851c2

Please sign in to comment.