mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 13:17:09 +03:00
d074063867
Implement some error recovery logic to parser
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.bk": true
|
|
},
|
|
"[rust]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"rust.rustflags": "--cfg procmacro2_semver_exempt",
|
|
// Important
|
|
"rust.cfg_test": false,
|
|
"rust-client.revealOutputChannelOn": "warn",
|
|
"rust-client.logToFile": true,
|
|
"editor.formatOnSave": true,
|
|
"git.ignoreLimitWarning": true
|
|
}
|