1234567891011121314151617181920212223242526272829303132333435 |
- {
- "folders": [
- {
- "path": "."
- }
- ],
- "settings": {
- "terminal.integrated.defaultProfile.windows": "Command Prompt",
- "files.associations": {
- "*.hw": "jsonc",
- "*.fwfs": "jsonc",
- "optional": "cpp"
- },
- "json.schemas": [
- {
- "fileMatch": [
- "*.hw"
- ],
- "url": "file:///C/ESP/Sming/Sming/Components/Storage/schema.json"
- },
- {
- "fileMatch": [
- "*.fwfs"
- ],
- "url": "file:///C/ESP/Sming/Sming/Components/IFS/fsbuild/schema.json"
- },
- {
- "fileMatch": [
- "*.usbcfg"
- ],
- "url": "file:///C/ESP/Sming/Sming/Libraries/USB/schema.json"
- }
- ]
- }
- }
|