Skip to content

Commit

Permalink
fix: snippets input error
Browse files Browse the repository at this point in the history
  • Loading branch information
lightumcc committed Mar 17, 2024
1 parent 40ff24c commit 5884c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cpc-interpreter-extension",
"displayName": "CAIE Pseudocode",
"description": "A VSCode language support extension of CAIE PseudoCode",
"version": "0.1.6",
"version": "0.1.7",
"publisher": "CreatechStudioShanghaiInc",
"icon": "image/icon.png",
"main": "src/extension.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"INPUT"
],
"body": [
"INTPUT ${1:identifier}"
"INPUT ${1:identifier}"
],
"description": "Input something."
},
Expand Down

0 comments on commit 5884c9b

Please sign in to comment.