Skip to content

Commit 5c9f56e

Browse files
committed
feat(vscode): settings
1 parent 20891da commit 5c9f56e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dotfiles/Library/Application Support/Code/User/settings.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"cmds",
2222
"consts",
2323
"contextvars",
24+
"cuda",
2425
"dask",
2526
"dataframe",
2627
"dateutil",
@@ -270,7 +271,7 @@
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,
@@ -283,5 +284,10 @@
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
}

0 commit comments

Comments
 (0)