From 3fea15fa81187c49c635763813bccc93cf47f4eb Mon Sep 17 00:00:00 2001 From: Rogerio Prado de Jesus Date: Sun, 24 Feb 2019 11:42:39 -0300 Subject: [PATCH] Use windows environment variable %APPDATA% in custom template section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3243b14..7d9c8e1 100644 --- a/README.md +++ b/README.md @@ -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.