diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-12-19 11:13:52 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-12-19 11:13:52 +0100 |
| commit | f04fce5450095debbcf992fc683f4549b6fb04a9 (patch) | |
| tree | 106934f6f1a15991be4b1c5a506e37c1fc6ae569 /code/.config | |
| parent | b0ca9b1780d048e54bc269b8f224dc17e9af35b2 (diff) | |
code: auto start Version Lens
Diffstat (limited to 'code/.config')
| -rw-r--r-- | code/.config/Code/User/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json index 1f9a59e..ee0f696 100644 --- a/code/.config/Code/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -140,6 +140,9 @@ // Rust analyzer "rust-analyzer.inlayHints.enable": false, + // Version Lens + "versionlens.suggestions.showOnStartup": true, + "cSpell.userWords": [ "intrinsics", "unpause", |
