File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,12 @@ pub enum Profile {
24
24
}
25
25
26
26
/// A list of historical hashes of `src/etc/vscode_settings.json`.
27
- /// New entries should be appended whenever this is updated so we can detected
27
+ /// New entries should be appended whenever this is updated so we can detect
28
28
/// outdated vs. user-modified settings files.
29
- static SETTINGS_HASHES : & [ & str ] =
30
- & [ "ea67e259dedf60d4429b6c349a564ffcd1563cf41c920a856d1f5b16b4701ac8" ] ;
29
+ static SETTINGS_HASHES : & [ & str ] = & [
30
+ "ea67e259dedf60d4429b6c349a564ffcd1563cf41c920a856d1f5b16b4701ac8" ,
31
+ "56e7bf011c71c5d81e0bf42e84938111847a810eee69d906bba494ea90b51922" ,
32
+ ] ;
31
33
static VSCODE_SETTINGS : & str = include_str ! ( "../etc/vscode_settings.json" ) ;
32
34
33
35
impl Profile {
Original file line number Diff line number Diff line change 1
1
{
2
+ "rust-analyzer.check.invocationLocation" : " root" ,
3
+ "rust-analyzer.check.invocationStrategy" : " once" ,
2
4
"rust-analyzer.checkOnSave.overrideCommand" : [
3
5
" python3" ,
4
6
" x.py" ,
You can’t perform that action at this time.
0 commit comments