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 8c37c7d commit b7b7f9bCopy full SHA for b7b7f9b
src/commands/editTags.ts
@@ -1,6 +1,5 @@
1
import { Item } from 'qiita-js-2';
2
-import { QuickPickItem } from 'vscode';
3
-import { window } from 'vscode';
+import { QuickPickItem, window } from 'vscode';
4
import { client } from '../client';
5
import { makeQuickPickItemFromTag, tagQuickPickCreator } from '../quickpicks/tagQuickPickCreator';
6
src/extension.ts
@@ -22,4 +22,5 @@ export function activate (/*context: ExtensionContext */) {
22
}
23
24
export function deactivate () {
25
+ /* none */
26
0 commit comments