Add profiles.json to jsonc files for Windows terminal

Related to https://github.com/microsoft/terminal/issues/3183 and Fixes https://github.com/microsoft/vscode/issues/78559
This commit is contained in:
Alex Ross 2019-10-25 15:01:28 +02:00
parent bf06cface9
commit 158ffdf7c3

View file

@ -38,7 +38,8 @@
"tasks.json",
"keybindings.json",
"extensions.json",
"argv.json"
"argv.json",
"profiles.json"
]
}
],