mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
5d5f861b9d
- rustc toolchain to "nightly-2018-05-30" - rustfmt to 0.8.6 - rustc-ap-* to 150 - syn to 0.14 - proc-macro2 to 0.4 - quote to 0.6
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.bk": true,
|
|
},
|
|
"[rust]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"rust-client.channel": "nightly-2018-05-30",
|
|
"rust.unstable_features": true,
|
|
"rust.rustflags": "--cfg procmacro2_semver_exempt",
|
|
// Important
|
|
"rust.cfg_test": false,
|
|
} |