Skip to content

Commit 632447d

Browse files
author
Guillaume Chau
committed
feat: suggestion icons
1 parent 94ff189 commit 632447d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@vue/cli-guijs-plugin/lib/suggestion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = api => {
1414
id: VUE_CONFIG_OPEN,
1515
type: 'action',
1616
label: 'org.vue.vue-webpack.suggestions.vue-config-open',
17+
icon: 'open_in_browser',
1718
handler () {
1819
const file = config.foundFiles.vue.path
1920
console.log('open', file)

packages/@vue/cli-plugin-eslint/ui/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = api => {
2020
id: OPEN_ESLINTRC,
2121
type: 'action',
2222
label: 'org.vue.eslint.suggestions.open-eslintrc.label',
23+
icon: 'open_in_browser',
2324
handler () {
2425
const file = config.foundFiles.eslint.path
2526
const { launch } = require('@vue/cli-shared-utils')

0 commit comments

Comments
 (0)