update
Showing
... | ... | @@ -8,7 +8,7 @@ |
"name": "AbbyCin", | ||
"email": "abbytsing@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"license": "ISC", | ||
"keywords": [ | ||
"multi-root ready" | ||
], | ||
... | ... | @@ -23,10 +23,10 @@ |
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/vscode-mock-debug.git" | ||
"url": "https://git.isliberty.me/abbycin/topjs-debugger" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/vscode-mock-debug/issues" | ||
"url": "https://git.isliberty.me/abbycin/topjs-debugger/issues" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./node_modules/vscode/bin/install", | ||
... | ... | @@ -66,9 +66,7 @@ |
"configurationAttributes": { | ||
"launch": { | ||
"required": [ | ||
"program", | ||
"runtimeExecutable", | ||
"port" | ||
"program" | ||
], | ||
"properties": { | ||
"program": { | ||
... | ... |
Please register or sign in to comment