mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Hello Code
This commit is contained in:
38
extensions/mono-debug/OSSREADME.json
Normal file
38
extensions/mono-debug/OSSREADME.json
Normal file
@@ -0,0 +1,38 @@
|
||||
// These dependencies come in at build time
|
||||
|
||||
[{
|
||||
"name": "Cecil",
|
||||
"repositoryURL": "https://github.com/jbevain/cecil",
|
||||
"version": "0.9.5.0",
|
||||
"license": "MIT",
|
||||
"isProd": true
|
||||
},
|
||||
{
|
||||
"name": "NRefactory",
|
||||
"repositoryURL": "https://github.com/icsharpcode/NRefactory",
|
||||
"version": "10.0.0",
|
||||
"license": "MIT",
|
||||
"isProd": true
|
||||
},
|
||||
{
|
||||
"name": "SDB",
|
||||
"license": "MIT",
|
||||
"repositoryURL": "https://github.com/mono/sdb",
|
||||
"version": "1.4",
|
||||
"isProd": true
|
||||
},
|
||||
{
|
||||
"name": "debugger-libs",
|
||||
"repositoryURL": "https://github.com/mono/debugger-libs",
|
||||
"version": "9.0.21022",
|
||||
"license": "MIT",
|
||||
"isProd": true
|
||||
},
|
||||
{
|
||||
"name": "newtonsoft.json",
|
||||
"repositoryURL": "https://github.com/JamesNK/Newtonsoft.Json",
|
||||
"version": "6.0.8",
|
||||
"license": "MIT",
|
||||
"isProd": true
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user