8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Remove unneeded .vscode settings

This commit is contained in:
Paul Reeves 2024-08-01 13:33:58 +02:00
parent f582d07855
commit 7bda071ef8
2 changed files with 0 additions and 69 deletions

View File

@ -1,13 +0,0 @@
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+oem_minus",
"command": "editor.foldAll",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+oem_plus",
"command": "editor.unfoldAll",
"when": "editorTextFocus && foldingEnabled"
}
]

View File

@ -1,56 +0,0 @@
{
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.detectIndentation": false,
"editor.guides.bracketPairs": true,
"editor.indentSize": "tabSize",
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"git.openRepositoryInParentFolders": "never",
"powershell.buttons.showPanelMovementButtons": true,
"powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true,
"powershell.codeFormatting.newLineAfterCloseBrace": false,
"powershell.codeFormatting.newLineAfterOpenBrace": false,
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
"powershell.codeFormatting.useConstantStrings": false,
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"powershell.cwd": "$PSScriptRoot",
"powershell.debugging.createTemporaryIntegratedConsole": true,
"powershell.integratedConsole.focusConsoleOnExecute": false,
"powershell.promptToUpdatePowerShell": false,
"problems.showCurrentInStatus": true,
"rech.batch.initialTabAlignment": "2",
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.tabs.focusMode": "singleClick",
"todohighlight.include": [
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"**/*.html",
"**/*.php",
"**/*.css",
"**/*.scss"
],
"todohighlight.keywords": [
"TODO ",
"TODO:",
"FIXME ",
"FIXME:",
"QUESTION:",
"NOTE ",
"NOTE:",
"WARNING ",
"WARNING:"
],
"workbench.colorTheme": "Monokai",
"workbench.preferredDarkColorTheme": "Monokai",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.enablePreview": false
}