Remove extension deps sample

This commit is contained in:
Sandeep Somavarapu
2018-11-19 12:46:51 +01:00
parent 3298e5620e
commit 2189ce693a
9 changed files with 0 additions and 143 deletions

View File

@ -1,13 +0,0 @@
// 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

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

View File

@ -1,35 +0,0 @@
{
"name": "999-extension-pack1",
"displayName": "999-extension-pack1",
"description": "Test extension pack1",
"version": "0.0.2",
"publisher": "vscode-samples",
"engines": {
"vscode": "^1.6.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"
},
"extensionPack": [
"sandy081.999-pack2",
"sandy081.todotasks",
"designbright.theme-suicidesquad",
"jirkafajfr.vscode-kitchen",
"iZDT.javascript-unit-test-snippet",
"MarinhoBrandao.Angular2Tests"
]
}

View File

@ -1,13 +0,0 @@
// 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

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

View File

@ -1,33 +0,0 @@
{
"name": "999-pack2",
"displayName": "999-pack2",
"description": "Test extension pack 2",
"version": "0.9.0",
"publisher": "vscode-samples",
"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.999-pack3",
"lukehoban.Go",
"dbaeumer.vscode-eslint",
"eg2.tslint"
]
}

View File

@ -1,13 +0,0 @@
// 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

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

View File

@ -1,33 +0,0 @@
{
"name": "999-pack3",
"displayName": "999-pack3",
"description": "999-pack3",
"version": "0.5.0",
"publisher": "vscode-samples",
"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.999-pack1",
"eg2.tslint",
"be5invis.vscode-icontheme-nomo-dark",
"MarinhoBrandao.Angular2Tests"
]
}