49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"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": [],
|
|
}
|
|
|