mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
26 lines
557 B
JSON
26 lines
557 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.bk": true,
|
|
"**/node_modules": true,
|
|
"**/target": true
|
|
},
|
|
"[rust]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"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
|
|
}
|