File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 19
19
"editor.suggest.snippetsPreventQuickSuggestions" : false ,
20
20
"editor.suggest.showSnippets" : true ,
21
21
"editor.tabCompletion" : " on" ,
22
- "dendron.enableSelfContainedVaultWorkspace" : true
22
+ "dendron.enableSelfContainedVaultWorkspace" : true ,
23
+ "editor.formatOnSave" : true
23
24
},
24
25
"extensions" : {
25
26
"recommendations" : [
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : ckrarkf1os93o956hszr51g
3
+ title : WSL2
4
+ desc : ' '
5
+ updated : 1724769408780
6
+ created : 1724769064924
7
+ ---
8
+ ### 2024-08-27 22:31:08
9
+
10
+ #### 代理配置
11
+
12
+ windows路径: ~ /.wslconfig
13
+
14
+ ``` ini
15
+ [wsl2]
16
+ memory =8GB
17
+ processors =8
18
+ [experimental]
19
+ autoMemoryReclaim =gradual
20
+ networkingMode =mirrored
21
+ dnsTunneling =true
22
+ firewall =true
23
+ autoProxy =true
24
+ sparseVhd =true
25
+ ```
You can’t perform that action at this time.
0 commit comments