Skip to content

Commit b2db2bf

Browse files
authored
add: micro settings.json - fsac auto-init
1 parent 122384c commit b2db2bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init/home/queil/.config/micro/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"*.fsx": {
66
"commenttype": "// %s"
77
},
8+
"autosave": 1,
89
"clipboard": "terminal",
910
"colorscheme": "material-tc",
1011
"diffgutter": true,
11-
"lsp.server": "csharp=csharp-ls,fsharp=fsautocomplete --adaptive-lsp-server-enabled --project-graph-enabled={\"fsiExtraParameters\":[\"--compilertool:/home/queil/.fsharp/fsx-extensions/.fsch\"]}",
12+
"lsp.server": "fsharp=fsautocomplete --adaptive-lsp-server-enabled --project-graph-enabled={\"AutomaticWorkspaceInit\":\"true\",\"fsiExtraParameters\":[\"--compilertool:/home/queil/.fsharp/fsx-extensions/.fsch\"]}",
1213
"mkparents": true,
1314
"tabstospaces": true
1415
}

0 commit comments

Comments
 (0)