Skip to content

Commit

Permalink
Open VSX publish & pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Mar 12, 2024
1 parent 0e44f74 commit 1991e2a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Usage

1. Install the extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=TomatoCake.pterodactyl-vsc) or as VSIX by building it yourself, or by downloading it from the [releases page](https://github.com/DEVTomatoCake/Pterodactyl-vsc/releases).
1. Install the extension from the [VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=TomatoCake.pterodactyl-vsc), [Open VSX](https://open-vsx.org/extension/tomatocake/pterodactyl-vsc), as VSIX by building it yourself, or by downloading it from the [releases page](https://github.com/DEVTomatoCake/Pterodactyl-vsc/releases).
2. Open the command palette (default: `Ctrl + Shift + P`) and run `Pterodactyl: Connect to server`.
3. Enter the panel URL and your client (not application) API key from Account Settings -> API Credentials.
3. Enter the panel URL and your client (not application) API key from "Account Settings" -> "API Credentials" -> Enter description -> "Create".
4. Select the server you want to edit the files of.
5. Done!

Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/TomatoCake/Pterodactyl-vsc.git"
},
"engines": {
"vscode": "^1.85.0"
"vscode": "^1.87.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -107,11 +107,12 @@
"pack": "vsce pack -o ./out/pterodactyl-vsc.vsix -t web",
"pack-files": "vsce ls",
"publish": "vsce publish",
"publish-openvsx": "npx ovsx publish ./out/pterodactyl-vsc.vsix",
"sideload": "npx serve --cors -l 5000 --ssl-cert $HOME/certs/localhost.pem --ssl-key $HOME/certs/localhost-key.pem",
"sideload-win": "npx serve --cors -l 5000 --ssl-cert %userprofile%\\certs\\localhost.pem --ssl-key %userprofile%\\certs\\localhost-key.pem"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/node": "^20.11.26",
"@types/vscode": "^1.87.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
Expand Down

0 comments on commit 1991e2a

Please sign in to comment.