yavsc/yavsc.code-workspace

34 lines
370 B
Text
Raw Normal View History

2018-01-02 16:35:03 +01:00
{
"folders": [
{
"path": "Yavsc"
},
{
"path": "Yavsc.Abstract"
2018-02-25 03:33:54 +01:00
},
{
2018-03-09 04:25:52 +01:00
"path": "cli"
2018-03-12 23:49:05 +01:00
},
{
"path": "testOauthClient"
},
{
"path": "Yavsc.Server"
},
{
"path": "OAuth.AspNet.AuthServer"
},
{
"path": "OAuth.AspNet.Token"
2018-06-24 00:21:15 +02:00
},
{
"path": "test"
2018-08-05 04:16:21 +02:00
},
{
"path": ".vscode"
2018-01-02 16:35:03 +01:00
}
],
2018-01-04 16:59:24 +01:00
"settings": {
"mocha.enabled": true
}
2018-01-02 16:35:03 +01:00
}