feat: update error generation to consider file paths

This commit is contained in:
Guy C
2025-03-14 01:28:59 +00:00
parent d44eb24086
commit 051ef02011
3 changed files with 16 additions and 9 deletions

View File

@@ -20,7 +20,16 @@
"language": "wacc",
"scopeName": "source.wacc",
"path": "./syntaxes/wacc.tmLanguage.json"
}]
}],
"properties": {
"files.exclude": {
"type": "object",
"default": {
"**/.temp_wacc_file.*": true
},
"description": "Configure patterns for excluding files and folders."
}
}
},
"scripts": {
"vscode:prepublish": "npm run compile",