Browse Source

fix 🔨

David Windham 3 months ago
parent
commit
ffd39f4d6f
4 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/extension.js
  2. 0 0
      dist/extension.js.map
  3. 1 1
      package.json
  4. 1 1
      src/extension.ts

File diff suppressed because it is too large
+ 0 - 0
dist/extension.js


File diff suppressed because it is too large
+ 0 - 0
dist/extension.js.map


+ 1 - 1
package.json

@@ -6,7 +6,7 @@
   "description": "Adds Wikipedia hyperlinks to markdown and HTML",
   "homepage": "https://github.com/windhamdavid/vscode-wikipedia-link#readme",
   "icon": "wikipedia.png",
-  "version": "0.1.3",
+  "version": "0.1.4",
   "repository": {
     "type": "git",
     "url": "https://github.com/windhamdavid/vscode-wikipedia-link.git"

+ 1 - 1
src/extension.ts

@@ -11,7 +11,7 @@ export function activate(context: vscode.ExtensionContext) {
 
 
 
-	let disposable = vscode.commands.registerCommand('wikipedia-hyperlinker.addHyperlink', () => {
+	let disposable = vscode.commands.registerCommand('wikipedia-link.addHyperlink', () => {
 
 		var editor = vscode.window.activeTextEditor;
 		if (editor !== undefined) {

Some files were not shown because too many files changed in this diff