mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Fix the prettier.ignorePath field in the VSCode workspace settings (#4164)
Co-authored-by: pngwn <hello@pngwn.io>
This commit is contained in:
parent
3b744a5386
commit
29d3d81e54
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -12,5 +12,5 @@
|
||||
"cssvar.extensions": ["js", "css", "html", "jsx", "tsx", "svelte"],
|
||||
"python.analysis.extraPaths": ["./gradio/themes/utils"],
|
||||
"prettier.configPath": ".config/.prettierrc.json",
|
||||
"prettier.ignorePath": "./config/.prettierignore"
|
||||
"prettier.ignorePath": ".config/.prettierignore"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user