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 8410ab3 commit 7ee5442Copy full SHA for 7ee5442
1 file changed
src/specialCommands.ts
@@ -289,6 +289,11 @@ export default () => {
289
await vscode.env.clipboard.writeText(text)
290
})
291
292
+ // registerExtensionCommand('insertImportFlatten', () => {
293
+ // // got -> default, got
294
+ // type A = ts.Type
295
+ // })
296
+
297
// registerExtensionCommand('pasteCodeWithImports', async () => {
298
// const clipboard = await vscode.env.clipboard.readText()
299
// const lines = clipboard.split('\n')
0 commit comments