How should I use a file in vscode's User folder in configPath?
See original GitHub issueI can’t find a way to use a file located in User
folder in configPath, is there a way to do that?
User
is a folder located at %APPDATA%\Code\User
, /Library/Application Support/Code/User
or ~/.config/Code/User
.
I want to do that because Settings Sync only allow you to sync files in that folder, and new changes in 3.0.0 require me to create a .prettier
in home directory, which doesn’t sync across machines.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Two things:
prettier.configPath
to~/.prettierrc
now.Make sure you are on version 3.5.0 or above.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.