Closed devoncarew closed 9 years ago
In the files view, we should add a context menu item on pubspec files to run pub. I'm not 100% this is possible. The file items have these html attributes set: li is="tree-view-file" and in the child span: data-name="pubspec.yaml".
li is="tree-view-file"
data-name="pubspec.yaml"
In the files view, we should add a context menu item on pubspec files to run pub. I'm not 100% this is possible. The file items have these html attributes set:
li is="tree-view-file"
and in the child span:data-name="pubspec.yaml"
.