Skip to content

Commit

Permalink
fix: feature image URL in README and publisher in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aautcq committed Jul 19, 2024
1 parent c01b41c commit bb7ae80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Visual Studio Code extension that provides code autocompletion in the same way

When writing in a file, Tabmania provides autocompletion. Pressing the **tab** key accepts the suggestion and inserts the text at the cursor location.

\!\[feature screenshot\]\(images/feature.png\)
\!\[feature screenshot\]\(https://github.com/aautcq/tabmania/blob/master/images/feature.png?raw=true\)

## Extension Settings

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"icon": "images/icon.png",
"pricing": "Free",
"license": "SEE LICENSE IN LICENSE",
"publisher": "aautcq",
"engines": {
"vscode": "^1.91.0",
"node": "~20.13.0",
Expand Down Expand Up @@ -75,7 +76,7 @@
"watch:esbuild": "node esbuild.js --watch",
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"vscode:prepublish": "npm run package",
"package": "npm run check-types && node esbuild.js --production"
"package": "node esbuild.js --production"
},
"devDependencies": {
"@types/mocha": "^10.0.7",
Expand Down

0 comments on commit bb7ae80

Please sign in to comment.