Skip to content

Commit

Permalink
Use windows environment variable %APPDATA% in custom template section
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopradoj authored Feb 24, 2019
1 parent 91d378d commit 3fea15f
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 3fea15f

Please sign in to comment.