Skip to content

Commit

Permalink
[move] extension.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran350 committed Jul 5, 2021
1 parent d79b754 commit 1163a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"activationEvents": [
"onCommand:redos-checker-for-vscode.helloWorld"
],
"main": "./extension.js",
"main": "./src/extension.js",
"contributes": {
"commands": [
{
"command": "redos-checker-for-vscode.helloWorld",
"title": "Hello World"
"title": "redos"
}
]
},
Expand Down
File renamed without changes.

0 comments on commit 1163a86

Please sign in to comment.