mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Merge pull request #11 from harish095/tsconfig-package-conflict
Fixed package.json and tsconfig.json conflict
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
"activationEvents": [
|
||||
"onCommand:extension.showCssPropertyPreview"
|
||||
],
|
||||
"main": "./out/src/extension",
|
||||
"main": "./out/extension",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
@ -54,4 +54,4 @@
|
||||
"vscode": "^1.0.0",
|
||||
"@types/node": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user