Sample extension packs

This commit is contained in:
Sandeep Somavarapu
2016-09-23 01:10:19 +02:00
parent cca179c64b
commit 35e3a89bed
8 changed files with 113 additions and 2 deletions

View File

@ -0,0 +1,13 @@
// A launch configuration that launches the extension inside a new window
{
"version": "0.1.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
}
]
}

View File

@ -2,7 +2,7 @@
"name": "test-extension-pack-1",
"displayName": "test-extension-pack-1",
"description": "Test extension pack",
"version": "0.0.1",
"version": "1.1.0",
"publisher": "sandy081",
"engines": {
"vscode": "^1.0.0"
@ -25,6 +25,11 @@
"url": "https://github.com/Microsoft/vscode-extension-samples"
},
"extensionDependencies": [
"sandy081.todotasks"
"lukehoban.Go",
"msjsdiag.debugger-for-chrome",
"vsmobile.vscode-react-native",
"be5invis.vscode-icontheme-nomo-dark",
"eg2.tslint",
"sandy081.test-extension-pack-3"
]
}

View File

@ -0,0 +1,13 @@
// A launch configuration that launches the extension inside a new window
{
"version": "0.1.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
}
]
}

View File

@ -0,0 +1 @@
# Testing Install Extension Pack 2

View File

@ -0,0 +1,32 @@
{
"name": "test-extension-pack-2",
"displayName": "test-extension-pack-2",
"description": "Test extension pack 2",
"version": "0.1.0",
"publisher": "sandy081",
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Other"
],
"galleryBanner": {
"color": "#f0efe7",
"theme": "light"
},
"icon": "",
"homepage": "https://github.com/Microsoft/vscode-extension-samples/blob/master/README.md",
"bugs": {
"url": "https://github.com/Microsoft/vscode-extension-samples/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-extension-samples"
},
"extensionDependencies": [
"sandy081.test-extension-pack-1",
"dbaeumer.vscode-eslint",
"sandy081.todotasks"
]
}

View File

@ -0,0 +1,13 @@
// A launch configuration that launches the extension inside a new window
{
"version": "0.1.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
}
]
}

View File

@ -0,0 +1 @@
# Testing Install Extension Pack 2

View File

@ -0,0 +1,33 @@
{
"name": "test-extension-pack-3",
"displayName": "test-extension-pack-3",
"description": "Test extension pack 3",
"version": "0.1.0",
"publisher": "sandy081",
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Other"
],
"galleryBanner": {
"color": "#f0efe7",
"theme": "light"
},
"icon": "",
"homepage": "https://github.com/Microsoft/vscode-extension-samples/blob/master/README.md",
"bugs": {
"url": "https://github.com/Microsoft/vscode-extension-samples/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-extension-samples"
},
"extensionDependencies": [
"sandy081.test-extension-pack-2",
"dbaeumer.vscode-eslint",
"sandy081.todotasks",
"be5invis.vscode-icontheme-nomo-dark"
]
}