Config/vscode.json
{ "editor.detectIndentation": false, "editor.formatOnPaste": true, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "files.autoSave": "afterDelay", "files.defaultLanguage": "powershell", "files.trimTrailingWhitespace": true, "git.confirmSync": false, "git.enableSmartCommit": true, "githubPullRequests.createOnPublishBranch": "never", "githubPullRequests.fileListLayout": "tree", "githubPullRequests.pullBranch": "never", "powershell.codeFormatting.autoCorrectAliases": true, "powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true, "powershell.codeFormatting.ignoreOneLineBlock": false, "powershell.codeFormatting.newLineAfterCloseBrace": false, "powershell.codeFormatting.trimWhitespaceAroundPipe": true, "powershell.codeFormatting.useCorrectCasing": true, "powershell.codeFormatting.whitespaceBetweenParameters": true, "powershell.integratedConsole.showOnStartup": false, "powershell.promptToUpdatePowerShell": false, "security.workspace.trust.untrustedFiles": "open", "update.mode": "none", "vsicons.dontShowNewVersionMessage": true, "window.newWindowDimensions": "inherit", "workbench.editor.untitled.hint": "hidden", "workbench.iconTheme": "vscode-icons", "workbench.startupEditor": "newUntitledFile", "[xml]": { "editor.defaultFormatter": "fabianlauer.vs-code-xml-format" }, "git.ignoreMissingGitWarning": true, "phpserver.phpPath": "C:\\tools\\PHP82\\php.exe", "appService.showSavePrompt": false } |