Skip to content

Commit

Permalink
Fix typo in vscode engine in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Sep 1, 2023
1 parent 30fd378 commit 795f6a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"defaults": {
"roslyn": "4.8.0-2.23428.2",
"omniSharp": "1.39.7",
"razor": "7.0.0-preview.23258.1"
"razor": "7.0.0-preview.23423.3",
"razorOmnisharp": "7.0.0-preview.23363.1"
},
"main": "./dist/extension",
"l10n": "./l10n",
Expand Down Expand Up @@ -775,7 +776,7 @@
}
],
"engines": {
"vscode": "1.73.0"
"vscode": "^1.73.0"
},
"activationEvents": [
"onDebugInitialConfigurations",
Expand Down

0 comments on commit 795f6a8

Please sign in to comment.