mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Normalize main to 'extension.js'
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
"activationEvents": [
|
||||
"onCommand:cowsay.say"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"main": "./out/extension.js",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user