Skip to content

Commit

Permalink
Merge pull request #20 from rogeriopradoj/patch-1
Browse files Browse the repository at this point in the history
Use windows environment variable %APPDATA% in custom template section
  • Loading branch information
phproberto authored Mar 14, 2019
2 parents 3ce0862 + 3fea15f commit 6b5ff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ By default this extension will use a custom function to generate your getters &

* Linux: `~/.config/Code/User/phpGettersSetters`
* OSX: `~/Library/Application Support/Code/User/phpGettersSetters`
* Windows: `Users\{User}\AppData\Roaming\Code\User\phpGettersSetters`
* Windows: `%APPDATA%\Code\User\phpGettersSetters`

You can also set a custom templates dir entering a custom folder in `phpGettersSetters.templatesDir` setting.

Expand Down

0 comments on commit 6b5ff28

Please sign in to comment.