2020-02-28 21:50:37 +03:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"name": "abort-controller",
|
|
|
|
"path": "sdk\\core\\abort-controller"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\appconfiguration\\app-configuration"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-amqp",
|
|
|
|
"path": "sdk\\core\\core-amqp"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-arm",
|
|
|
|
"path": "sdk\\core\\core-arm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-asynciterator-polyfill",
|
|
|
|
"path": "sdk\\core\\core-asynciterator-polyfill"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-auth",
|
|
|
|
"path": "sdk\\core\\core-auth"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-http",
|
|
|
|
"path": "sdk\\core\\core-http"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-lro",
|
|
|
|
"path": "sdk\\core\\core-lro"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-paging",
|
|
|
|
"path": "sdk\\core\\core-paging"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "core-tracing",
|
|
|
|
"path": "sdk\\core\\core-tracing"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\cosmosdb\\cosmos"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\eventhub\\event-hubs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\eventhub\\eventhubs-checkpointstore-blob"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\eventhub\\event-processor-host"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\eventhub\\testhub"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\identity\\identity"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\keyvault\\keyvault-certificates"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\keyvault\\keyvault-keys"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\keyvault\\keyvault-secrets"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "logger",
|
|
|
|
"path": "sdk\\core\\logger"
|
|
|
|
},
|
2020-03-03 01:16:48 +03:00
|
|
|
{
|
|
|
|
"name": "search",
|
2020-04-04 01:02:25 +03:00
|
|
|
"path": "sdk\\search\\search-documents"
|
|
|
|
},
|
2020-02-28 21:50:37 +03:00
|
|
|
{
|
|
|
|
"path": "sdk\\servicebus\\service-bus"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\storage\\storage-blob"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\storage\\storage-file-datalake"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\storage\\storage-file-share"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\storage\\storage-queue"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "text analytics",
|
|
|
|
"path": "sdk\\textanalytics\\ai-text-analytics"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "test recorder",
|
|
|
|
"path": "sdk\\test-utils\\recorder"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sdk\\template\\template"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "eslint plugin",
|
|
|
|
"path": "common\\tools\\eslint-plugin-azure-sdk"
|
2020-03-03 01:16:48 +03:00
|
|
|
}
|
2020-02-28 21:50:37 +03:00
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.trimFinalNewlines": true,
|
|
|
|
"javascript.preferences.quoteStyle": "double",
|
|
|
|
"typescript.preferences.quoteStyle": "double",
|
|
|
|
"search.exclude": {
|
|
|
|
"test-results*.xml": true,
|
|
|
|
"**/temp/*": true,
|
|
|
|
"**/dist/*": true,
|
|
|
|
"**/*.map": true,
|
|
|
|
"**/dist-*/*": true,
|
|
|
|
"**/test-dist/*": true,
|
|
|
|
"**/node_modules": true,
|
|
|
|
"**/bower_components": true,
|
2020-03-07 06:11:29 +03:00
|
|
|
"**/*.code-search": true,
|
|
|
|
"**/types/*": true,
|
|
|
|
"**/coverage/*": true,
|
|
|
|
"**/*.d.ts": true,
|
|
|
|
"**/test-browser/*": true
|
2020-02-28 21:50:37 +03:00
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
"extensions": {
|
|
|
|
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
|
|
|
|
}
|
|
|
|
}
|