Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request company-projects/Meadow!29
  • Loading branch information
zone117x committed Oct 1, 2018
2 parents 74e1aa1 + f4f9486 commit b2b8159
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file added images/meadow-icon-256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Meadow.CoverageReport/Views/UnitTestOutcomeView.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<span class="test-outcome-icon test-outcome-icon-fail">✗</span>
}
<span class="test-outcome-test-name">@testOutcome.TestName</span>
<span class="test-outcome-duration">(@(Math.Round(testOutcome.Duration.TotalSeconds, 2))s)</span>
<span class="test-outcome-duration">(@(Math.Round(testOutcome.Duration.TotalMilliseconds))ms)</span>
</div>
}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Shared.VsCodeDebugProtocol" Version="15.8.20719.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Portable.Microsoft.VisualStudio.Shared.VsCodeDebugProtocol" Version="15.8.20719.13" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Meadow.VSCode.Debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solidity-debugger",
"displayName": "Solidity Debugger",
"version": "0.0.1",
"version": "0.0.2",
"description": "Debugger for Solidity smart contracts - powered by the Meadow testing and development tool suite",
"categories": [
"Debuggers"
Expand All @@ -28,6 +28,7 @@
"extensionDependencies": [
"ms-vscode.csharp"
],
"icon": "https://github.com/MeadowSuite/Meadow/raw/master/images/meadow-icon-256x256.png?raw=true",
"preview": true,
"private": true,
"scripts": {
Expand Down

0 comments on commit b2b8159

Please sign in to comment.