Skip to content

Commit

Permalink
Fix minor typo in configuration page
Browse files Browse the repository at this point in the history
  • Loading branch information
BadgerCode committed Aug 19, 2020
1 parent 5a37052 commit 3d4ed5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gmod-sdk",
"displayName": "GMod SDK",
"description": "Tools for Garry's Mod addon development",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "BadgerCode",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"gmod-sdk.gmpublishExecutablePath": {
"type": "string",
"markdownDescription": "The path to the **gmpublish** program, found in your Garry's Mod bin folder.\n\nFor example: `C:\\Program Files (x86)\\Steam\\steamapps\\common\\garrysmod\\bin\\gmad.exe`\n\n[Help](https://gist.github.com/BadgerCode/00600eab40556c6e8809590d263ea053)",
"markdownDescription": "The path to the **gmpublish** program, found in your Garry's Mod bin folder.\n\nFor example: `C:\\Program Files (x86)\\Steam\\steamapps\\common\\garrysmod\\bin\\gmpublish.exe`\n\n[Help](https://gist.github.com/BadgerCode/00600eab40556c6e8809590d263ea053)",
"default": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\garrysmod\\bin\\gmpublish.exe"
},
"gmod-sdk.garrysmodAddonsPath": {
Expand Down

0 comments on commit 3d4ed5c

Please sign in to comment.