EmulatorJS/.vscode/settings.json
Michael Green 0dd28d6d57
Add support for the SMSPlus-GX core (#774)
* Add support for the SMSPlus-GX core

* Added settings.json file to tell the live preview VS Code plugin to set the correct headers for threads

* Updated using the @ethanaobrien's suggestions
2024-02-11 21:31:03 -06:00

7 lines
No EOL
184 B
JSON

{
"livePreview.httpHeaders": {
"Cross-Origin-Opener-Policy": "same-origin",
"Cross-Origin-Embedder-Policy": "require-corp",
"Accept-Ranges": "bytes"
}
}