mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
4a30fb3436
- Make rls happy. - Some minor parser error improvements. - Add reference files for ecmascript parser errors. - Improve error message of import/export used outside of a module
17 lines
430 B
JSON
17 lines
430 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.bk": true,
|
|
},
|
|
"rust-client.channel": "nightly",
|
|
"rust-client.logToFile": false,
|
|
"rust.unstable_features": true,
|
|
"rust.workspace_mode": true,
|
|
"rust.rustflags": "--cfg procmacro2_semver_exempt",
|
|
// Important
|
|
"rust.cfg_test": false,
|
|
} |