8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ff189 commit 632447dCopy full SHA for 632447d
packages/@vue/cli-guijs-plugin/lib/suggestion.js
@@ -14,6 +14,7 @@ module.exports = api => {
14
id: VUE_CONFIG_OPEN,
15
type: 'action',
16
label: 'org.vue.vue-webpack.suggestions.vue-config-open',
17
+ icon: 'open_in_browser',
18
handler () {
19
const file = config.foundFiles.vue.path
20
console.log('open', file)
packages/@vue/cli-plugin-eslint/ui/index.js
@@ -20,6 +20,7 @@ module.exports = api => {
id: OPEN_ESLINTRC,
21
22
label: 'org.vue.eslint.suggestions.open-eslintrc.label',
23
24
25
const file = config.foundFiles.eslint.path
26
const { launch } = require('@vue/cli-shared-utils')
0 commit comments