提交 1947282c 编写于 作者: B Bowden 提交者: Kai Maetzel

added remaining azure packages to look for

上级 b70d783a
......@@ -285,8 +285,17 @@ export class WorkspaceStats implements IWorkbenchContribution {
const packageJsonContents = JSON.parse(content.value);
let modulesToLookFor = [
'react-native',
'azure-storage'
//add more packages here
// Azure service modules
'azure-gallery',
'azure-graph',
'azure-keyvault',
'azure-monitoring',
'azure-scheduler',
'azure-servicefabric',
'azure-sb',
'azure-storage',
'azure-monitor',
'azure-batch'
];
if (packageJsonContents['dependencies']) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册