Skip to content

Commit 32fab8a

Browse files
committed
Allow generate to show up for any file type, users will choose file type is extension is not expected
1 parent e445a84 commit 32fab8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/contributes.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@
151151
},
152152
{
153153
"command": "vscode-db2i.importDataContextMenu",
154-
"group": "sql@3",
155-
"when": "editorLangId == csv || editorLangId == json "
154+
"group": "sql@3"
156155
}
157156
]
158157
}

0 commit comments

Comments
 (0)