{
  "terminal.external.windowsExec": "C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
  "workbench.startupEditor": "none",
  "terminal.explorerKind": "external",
  "editor.quickSuggestions": {
    "other": "off",
    "comments": "off",
    "strings": "off"
  },
  "editor.acceptSuggestionOnCommitCharacter": false,
  "editor.acceptSuggestionOnEnter": "off",
  "editor.hover.enabled": false,
  "editor.suggestOnTriggerCharacters": false,
  "editor.parameterHints.enabled": false,
  "editor.wordBasedSuggestions": "off",
  "editor.autoClosingBrackets": "never",
  "editor.inlayHints.enabled": "off",
  "editor.minimap.autohide": "mouseover",
  "python.terminal.executeInFileDir": true,
  "workbench.activityBar.location": "hidden",
  "workbench.statusBar.visible": false,
  "editor.autoClosingComments": "never",
  "git.autofetch": false,
  "git.confirmSync": false,
  "github.copilot.enable": {
    "*": false
  },
  "github.copilot.editor.enableCodeActions": false,
  "github.copilot.nextEditSuggestions.enabled": false,
  "github.copilot.renameSuggestions.triggerAutomatically": false,
  "editor.rulers": [
    79
  ],
  "inlineChat.lineNaturalLanguageHint": false
}
