Rename 'continue' to 'debug-continue'

This commit is contained in:
Miguel Solorio 2019-10-24 13:25:41 -07:00
parent 52d00162c4
commit dbc6266ba0
3 changed files with 9 additions and 9 deletions

View file

@ -98,7 +98,7 @@
"git": {
"name": "vscode-codicons",
"repositoryUrl": "https://github.com/microsoft/vscode-codicons",
"commitHash": "7f14c092f65f658cd520df3f13765efe828d0ba4"
"commitHash": "3e404025e1ce19702f5363ef6dd3339bfc6d9115"
}
},
"license": "MIT and Creative Commons Attribution 4.0",

View file

@ -5,7 +5,7 @@
@font-face {
font-family: "codicon";
src: url("./codicon.ttf?297296ccad95f5838f73ae67efd78fbc") format("truetype");
src: url("./codicon.ttf?0d7ce4078a0bf127a55edc6b4b1996eb") format("truetype");
}
.codicon[class*='codicon-'] {
@ -197,13 +197,13 @@
.codicon-color-mode:before { content: "\f130" }
.codicon-comment-discussion:before { content: "\f131" }
.codicon-compare-changes:before { content: "\f132" }
.codicon-continue:before { content: "\f133" }
.codicon-credit-card:before { content: "\f134" }
.codicon-current-and-breakpoint:before { content: "\f135" }
.codicon-current:before { content: "\f136" }
.codicon-dash:before { content: "\f137" }
.codicon-dashboard:before { content: "\f138" }
.codicon-database:before { content: "\f139" }
.codicon-credit-card:before { content: "\f133" }
.codicon-current-and-breakpoint:before { content: "\f134" }
.codicon-current:before { content: "\f135" }
.codicon-dash:before { content: "\f136" }
.codicon-dashboard:before { content: "\f137" }
.codicon-database:before { content: "\f138" }
.codicon-debug-continue:before { content: "\f139" }
.codicon-debug-disconnect:before { content: "\f13a" }
.codicon-debug-pause:before { content: "\f13b" }
.codicon-debug-restart:before { content: "\f13c" }