Skip to content

Commit 0994318

Browse files
committed
Require VS Code 1.81
1 parent 03b4ee2 commit 0994318

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@
2121
"Other"
2222
],
2323
"engines": {
24-
"vscode": "^1.64.2"
24+
"vscode": "^1.81.1"
2525
},
26-
"activationEvents": [
27-
"onCommand:snippet-copy.copySnippet",
28-
"onCommand:snippet-copy.copySnippetAsMarkdownCodeBlock"
29-
],
3026
"browser": "./dist/web/extension.js",
3127
"contributes": {
3228
"commands": [

0 commit comments

Comments
 (0)