зеркало из https://github.com/microsoft/lsif-node.git
Add extension sample as a test repository
This commit is contained in:
Родитель
0b08937cdc
Коммит
ce37171130
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "vscode-extension-samples",
|
||||
"repository": "https://github.com/microsoft/vscode-extension-samples.git",
|
||||
"init": [
|
||||
{ "command": "npm", "args": ["install"] },
|
||||
{ "command": "npm", "args": ["run update-lsif"] }
|
||||
],
|
||||
"tests": [
|
||||
{
|
||||
"cwd": ".",
|
||||
"config": "lsif.json"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "vscode-nls",
|
||||
"name": "vscode-nls-dev",
|
||||
"repository": "https://github.com/microsoft/vscode-nls-dev.git",
|
||||
"init": [
|
||||
{ "command": "npm", "args": ["install"] }
|
||||
|
|
Загрузка…
Ссылка в новой задаче