Skip to content

Commit

Permalink
added recommended vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 22, 2023
1 parent c187f57 commit 9839a1d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"angular.ng-template",
"vscode.vscode-typescript-next",
"humao.rest-client"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ God, am I getting tired of typing that.
- use Node 18.15 or higher
- `npm i` - install dependencies and run setup scripts
- `npm start` - start the client and server
- Install recommended VSCode extensions

## Useful Scripts

Expand All @@ -24,7 +25,7 @@ God, am I getting tired of typing that.

### Optional Server Environment Variables

- `MAX_INVENTORY_SIZE` - the maximum inventory size per player (default: 100)
- `MAX_INVENTORY_SIZE` - the maximum inventory size per player (default: 100e)
- `BASE_EXPLORE_XP` - the amount of XP gained per explore (default: 5)
- `BASE_EXPLORE_COINS` - the amount of coins gained per explore (default: 3)
- `BASE_EXPLORE_SPEED` - the cooldown between explores (default: 5)
Expand Down

0 comments on commit 9839a1d

Please sign in to comment.