mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Correct package.json main
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
"onCommand:terminalTest.createAndSend",
|
||||
"onCommand:terminalTest.createZshLoginShell"
|
||||
],
|
||||
"main": "./out/src/extension",
|
||||
"main": "./out/extension",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
@ -70,4 +70,4 @@
|
||||
"vscode": "^1.0.0",
|
||||
"@types/node": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user