historical/xcloud-keyboard-mouse-inftrial.git/.vscode/settings.json

12 lines
270 B
JSON
Raw Normal View History

2024-01-16 11:20:27 -06:00
{
"typescript.tsdk": "./node_modules/typescript/lib",
"files.eol": "\n",
"json.schemas": [
{
"fileMatch": [
"/manifest.json"
],
"url": "http://json.schemastore.org/chrome-manifest"
}
]
}