Program Details

Visual Studio Code is a source-code editor developed by Microsoft for Windows, Linux, macOS and web browsers.
{
"telemetry.feedback.enabled": false,
"telemetry.editStats.enabled": false,
"telemetry.telemetryLevel": "off",
"chat.commandCenter.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"extensions.ignoreRecommendations": true,
"window.confirmSaveUntitledWorkspace": false,
"git.openRepositoryInParentFolders": "always",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"workbench.startupEditor": "none",
"workbench.tree.enableStickyScroll": false,
"workbench.secondarySideBar.defaultVisibility": "hidden",
"workbench.colorTheme": "Theme Flat",
"workbench.iconTheme": "vscode-icons",
"workbench.colorCustomizations": {
"terminal.background":"#000"
},
"workbench.editorAssociations": {
"*.svg": "default"
},
"explorer.confirmDelete": false,
"explorer.compactFolders": false,
"explorer.confirmPasteNative": false,
"explorer.confirmDragAndDrop": false,
"editor.inlayHints.enabled": "off",
"editor.detectIndentation": false,
"editor.stickyScroll.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "\"Hack Nerd Font\", Consolas, monospace",
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"files.exclude": {
"**/.git": false
},
}
[
{
"key": "ctrl+c",
"command": "workbench.action.terminal.copySelection",
"when": "terminalTextSelectedInFocused || terminalFocus && terminalHasBeenCreated && terminalTextSelected || terminalFocus && terminalProcessSupported && terminalTextSelected || terminalFocus && terminalTextSelected && terminalTextSelectedInFocused || terminalHasBeenCreated && terminalTextSelected && terminalTextSelectedInFocused || terminalProcessSupported && terminalTextSelected && terminalTextSelectedInFocused"
},
{
"key": "ctrl+shift+c",
"command": "-workbench.action.terminal.copySelection",
"when": "terminalTextSelectedInFocused || terminalFocus && terminalHasBeenCreated && terminalTextSelected || terminalFocus && terminalProcessSupported && terminalTextSelected || terminalFocus && terminalTextSelected && terminalTextSelectedInFocused || terminalHasBeenCreated && terminalTextSelected && terminalTextSelectedInFocused || terminalProcessSupported && terminalTextSelected && terminalTextSelectedInFocused"
},
{
"key": "ctrl+v",
"command": "workbench.action.terminal.paste",
"when": "terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+shift+v",
"command": "-workbench.action.terminal.paste",
"when": "terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+alt+a",
"command": "jupyter.collapseallcells"
}
]