File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
dotfiles/Library/Application Support/Code/User Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2121 " cmds" ,
2222 " consts" ,
2323 " contextvars" ,
24+ " cuda" ,
2425 " dask" ,
2526 " dataframe" ,
2627 " dateutil" ,
270271 "harper-ls.linters.spell_check" : false ,
271272 "harper-ls.linters.long_sentences" : false ,
272273 "tlaplus.tlc.statisticsSharing" : " share" ,
273- "jupyter.notebookFileRoot" : " ${workspaceFolder}" ,
274+ // "jupyter.notebookFileRoot": "${workspaceFolder }",
274275 "terminal.integrated.enableMultiLinePasteWarning" : " never" ,
275276 "github.copilot.chat.codesearch.enabled" : true ,
276277 "github.copilot.nextEditSuggestions.enabled" : true ,
283284 }
284285 ],
285286 "github.copilot.chat.agent.thinkingTool" : true ,
286- "github.copilot.chat.edits.temporalContext.enabled" : true
287+ "github.copilot.chat.edits.temporalContext.enabled" : true ,
288+ "inlineChat.enableV2" : true ,
289+ "inlineChat.hideOnRequest" : true ,
290+ "github.copilot.nextEditSuggestions.fixes" : true ,
291+ // switch cases will be indented, indentation will be 4 spaces
292+ "shellformat.flag" : " -ci -i=4"
287293}
You can’t perform that action at this time.
0 commit comments