David Windham 1 week ago
parent
commit
73526f14f9
6 changed files with 6 additions and 27 deletions
  1. 2 0
      .gitignore
  2. 1 24
      README.md
  3. 0 0
      dist/extension.js
  4. 0 0
      dist/extension.js.map
  5. 2 2
      package.json
  6. 1 1
      src/test/suite/index.ts

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
+out/
+
 # Logs
 logs
 *.log

+ 1 - 24
README.md

@@ -10,27 +10,4 @@ Fork of [https://github.com/wasi-master/vscode-wikipedia-hyperlink/](https://git
 
 I made a comment on the upstream original asking the author to consider it an option ( e.g. [https://github.com/wasi-master/vscode-wikipedia-hyperlink/discussions/2](https://github.com/wasi-master/vscode-wikipedia-hyperlink/discussions/2) ). 
 
-I modified the extension ID to leave the original available to if the option comes available and installed a package to publish a .VSIX file so that I could sync it with codepaces.
-
-
-```sh
-// to build
-
-"scripts": {
-  "vscode:prepublish": "npm run package",
-  "compile": "webpack",
-  "watch": "webpack --watch",
-  "package": "webpack --mode production --devtool hidden-source-map",
-  "compile-tests": "tsc -p . --outDir out",
-  "watch-tests": "tsc -p . -w --outDir out",
-  "pretest": "npm run compile-tests && npm run compile && npm run lint",
-  "lint": "eslint src --ext ts",
-  "test": "node ./out/test/runTest.js"
-},
-
-
-// to publish
-npm install -g vsce 
-vsce package
-vsce publish
-```
+I modified the extension ID to leave the original available to if the option comes available and installed a package to publish a .VSIX file so that I could sync it with **codepaces** so that when I'm writing on my iPad I can use it.

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


+ 2 - 2
package.json

@@ -1,8 +1,8 @@
 {
-  "name": "wikipedia-hyperlinker",
+  "name": "wikipedia-link",
   "author": "windhamdavid (forked from - https://wasi-master.github.io)",
   "publisher": "windhamdavid",
-  "displayName": "Wikipedia Hyperlinker",
+  "displayName": "Wikipedia Link",
   "description": "Adds Wikipedia hyperlinks to markdown and HTML",
   "homepage": "https://github.com/windhamdavid/vscode-wikipedia-hyperlink#readme",
   "version": "0.1.2",

+ 1 - 1
src/test/suite/index.ts

@@ -35,4 +35,4 @@ export function run(): Promise<void> {
 			}
 		});
 	});
-}
+}

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