提交 feaa8eb9 编写于 作者: S Sandeep Somavarapu

remove icons

上级 b9f82d07
......@@ -526,7 +526,6 @@ export class ModesContentHoverWidget extends ContentHoverWidget {
disposables.push(this.renderAction(actionsElement, {
label: nls.localize('peek problem', "Peek Problem"),
iconClass: 'octicon.octicon-eye',
commandId: NextMarkerAction.ID,
run: () => {
this.hide();
......@@ -537,7 +536,6 @@ export class ModesContentHoverWidget extends ContentHoverWidget {
disposables.push(this.renderAction(actionsElement, {
label: nls.localize('quick fixes', "Quick Fix..."),
iconClass: 'octicon.octicon-light-bulb',
commandId: QuickFixAction.Id,
run: async (target) => {
const codeActionsPromise = this.getCodeActions(markerHover.marker);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册