I am batman
This commit is contained in:
48
VSCode/Settings/settings.json
Normal file
48
VSCode/Settings/settings.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"workbench.colorCustomizations": {
|
||||
},
|
||||
"workbench.settings.applyToAllProfiles": [
|
||||
"workbench.colorCustomizations",
|
||||
"vscode-pets.theme"
|
||||
],
|
||||
"editor.cursorBlinking": "phase",
|
||||
"editor.cursorSmoothCaretAnimation": "on",
|
||||
"animations.Install-Method": "Custom UI Style",
|
||||
"animations.Enabled": true,
|
||||
"editor.bracketPairColorization.enabled": true,
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
||||
"editor.fontWeight": "bold",
|
||||
"editor.fontLigatures": false,
|
||||
"workbench.editor.empty.hint": "hidden",
|
||||
"emmet.preferences": {
|
||||
},
|
||||
"vscode-pets.throwBallWithMouse": true,
|
||||
"vscode-pets.petSize": "small",
|
||||
"python.analysis.completeFunctionParens": true,
|
||||
"code-runner.clearPreviousOutput": true,
|
||||
"code-runner.saveFileBeforeRun": true,
|
||||
"editor.fontVariations": false,
|
||||
"emmet.includeLanguages": {
|
||||
"javascript": "javascriptreact"
|
||||
},
|
||||
"emmet.triggerExpansionOnTab": true,
|
||||
"github.copilot.enable": {
|
||||
"plaintext": true,
|
||||
"markdown": true,
|
||||
"scminput": true
|
||||
},
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "on",
|
||||
"strings": "inline"
|
||||
],
|
||||
"workbench.activityBar.location": "top",
|
||||
"workbench.sideBar.location": "right",
|
||||
"window.menuBarVisibility": "compact",
|
||||
"window.commandCenter": false,
|
||||
"workbench.colorTheme": "Catppuccin Mocha",
|
||||
"workbench.iconTheme": "catppuccin-mocha",
|
||||
"vscode-pets.theme": "forest",
|
||||
"settingsSync.ignoredSettings": [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user