Skip to content

Commit

Permalink
add settings for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm committed Jan 16, 2020
1 parent 706fa96 commit 69a0c1f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .vs-code-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"go.useCodeSnippetsOnFunctionSuggest": true,
"editor.tabSize": 8,
"go.formatTool": "goimports",
"workbench.colorTheme": "Solarized Light",
"workbench.colorTheme": "Solarized Dark",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"terminal.explorerKind": "external",
Expand Down Expand Up @@ -62,5 +62,10 @@
"editor.codeActionsOnSaveTimeout": 30000,
"C_Cpp.default.intelliSenseMode": "gcc-x64",
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true
}
"editor.fontLigatures": true,
"editor.fontSize": 16,
"rust-client.revealOutputChannelOn": "error",
"rust-client.trace.server": "verbose",
"rust.all_features": true,
"rust.unstable_features": true
}

0 comments on commit 69a0c1f

Please sign in to comment.