Format default settings.json
with Prettier (#8500)
This PR formats the default `settings.json` file with Prettier. This should help avoid unnecessary modifications in other PRs making consequential changes to this file. Release Notes: - N/A
This commit is contained in:
parent
cb75c57fc0
commit
f93272efe8
1 changed files with 2 additions and 9 deletions
|
@ -345,9 +345,7 @@
|
||||||
"copilot": {
|
"copilot": {
|
||||||
// The set of glob patterns for which copilot should be disabled
|
// The set of glob patterns for which copilot should be disabled
|
||||||
// in any matching file.
|
// in any matching file.
|
||||||
"disabled_globs": [
|
"disabled_globs": [".env"]
|
||||||
".env"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
// Settings specific to journaling
|
// Settings specific to journaling
|
||||||
"journal": {
|
"journal": {
|
||||||
|
@ -456,12 +454,7 @@
|
||||||
// Default directories to search for virtual environments, relative
|
// Default directories to search for virtual environments, relative
|
||||||
// to the current working directory. We recommend overriding this
|
// to the current working directory. We recommend overriding this
|
||||||
// in your project's settings, rather than globally.
|
// in your project's settings, rather than globally.
|
||||||
"directories": [
|
"directories": [".env", "env", ".venv", "venv"],
|
||||||
".env",
|
|
||||||
"env",
|
|
||||||
".venv",
|
|
||||||
"venv"
|
|
||||||
],
|
|
||||||
// Can also be 'csh', 'fish', and `nushell`
|
// Can also be 'csh', 'fish', and `nushell`
|
||||||
"activate_script": "default"
|
"activate_script": "default"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue