feat: update error generation to consider file paths
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user