49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"workbench.startupEditor": "none",
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"security.workspace.trust.startupPrompt": "never",
|
|
"security.workspace.trust.enabled": false,
|
|
"window.titleBarStyle": "custom",
|
|
"window.newWindowDimensions": "fullscreen",
|
|
"window.restoreFullscreen": true,
|
|
"redhat.telemetry.enabled": false,
|
|
"window.customMenuBarAltFocus": false,
|
|
"editor.cursorBlinking": "smooth",
|
|
"extensions.ignoreRecommendations": true,
|
|
"files.autoSave": "afterDelay",
|
|
"explorer.confirmDelete": false,
|
|
"git.enableSmartCommit": true,
|
|
"git.suggestSmartCommit": false,
|
|
"git.useEditorAsCommitInput": false,
|
|
"git.postCommitCommand": "sync",
|
|
"git.confirmSync": false,
|
|
"sqltools.autoOpenSessionFiles": false,
|
|
"window.commandCenter": false,
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "zsh",
|
|
"go.toolsManagement.autoUpdate": true,
|
|
"database-client.autoSync": true,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"[sql]": {
|
|
"editor.defaultFormatter": "mtxr.sqltools"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"protoc": {
|
|
"path": "proto"
|
|
},
|
|
"editor.inlineSuggest.suppressSuggestions": true,
|
|
"docker.extension.enableComposeLanguageServer": false,
|
|
"terminal.integrated.scrollback": 2000,
|
|
"terminal.integrated.tabs.enabled": false,
|
|
"terminal.integrated.fontFamily": "MesloLGS NF",
|
|
"github.copilot.inlineSuggest.enable": false,
|
|
"github.copilot.editor.enableAutoCompletions": false,
|
|
"github.copilot.chat.enabled": false,
|
|
"chat.disableAIFeatures": true
|
|
} |