2022-04-02 18:23:20 +00:00
|
|
|
{
|
|
|
|
"suggest.noselect": false,
|
|
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
|
|
"javascript",
|
|
|
|
"typescript",
|
|
|
|
"typescriptreact",
|
|
|
|
"json",
|
|
|
|
"javascriptreact",
|
|
|
|
"typescript.tsx",
|
|
|
|
"graphql"
|
|
|
|
],
|
|
|
|
"rust-analyzer.updates.channel": "nightly",
|
|
|
|
"rust-analyzer.diagnostics.disabled": [
|
|
|
|
"unresolved-macro-call"
|
2022-04-20 14:02:27 +00:00
|
|
|
],
|
|
|
|
"python.pythonPath": "python3",
|
2022-04-02 18:23:20 +00:00
|
|
|
}
|