Skip to content

Commit

Permalink
fix ext name
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrooaugusto committed Jun 21, 2021
1 parent d5cb4f9 commit 65846d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/editors/vscode/prerequisites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from 'fs'
import { isDev } from '../../utils'

const APP_NAME = 'speech2code'
const VSCODE_EXT_ID = 'august.speech2code'
const VSCODE_EXT_ID = 'pedroaugusto.speech2code'

export function check() {
// Does this machine has Visual Studio Code installed ?
Expand Down
2 changes: 1 addition & 1 deletion webapp/public/grammar.json

Large diffs are not rendered by default.

0 comments on commit 65846d0

Please sign in to comment.