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

Remove .vscode settings

This commit is contained in:
Paul Reeves 2024-08-01 12:00:34 +02:00
parent 3a695b4b61
commit 73cda236fd
3 changed files with 0 additions and 128 deletions

View File

@ -1 +0,0 @@
/keybindings.json

View File

@ -1,73 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
// {
// "name": "PowerShell Launch Current File",
// "type": "PowerShell",
// "request": "launch",
// "script": "${file}",
// "cwd": "${cwd}"
// },
{
"name": "PowerShell: Debug testparams",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\testparams.ps1",
"cwd": "${workspaceFolder}",
"args": ["-verbose -config fbinstall.conf"]
},
{
"name": "PowerShell: Debug fbit - test config ",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\fbit.ps1",
"cwd": "${workspaceFolder}",
"args": ["-verbose -config fbinstall.conf "]
},
{
"name": "PowerShell: Debug fbit - install",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\fbit.ps1",
"cwd": "${workspaceFolder}",
"args": ["-verbose -scripted "]
},
{
"name": "PowerShell: Debug fbit - uninstall",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\fbit.ps1",
"cwd": "${workspaceFolder}",
"args": ["-verbose -scripted -uninstall"]
},
{
"name": "PowerShell: Debug fbit - realclean",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\fbit.ps1",
"cwd": "${workspaceFolder}",
"args": ["-verbose -scripted -realclean"]
},
{
"name": "PowerShell: Debug fbit - check_install",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\fbit.ps1",
"cwd": "${workspaceFolder}",
"args": ["-verbose -scripted -check_install"]
},
{
"name": "PowerShell: Debug fbit - dry run",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\fbit.ps1",
"cwd": "${workspaceFolder}",
"args": ["-verbose -scripted -dryrun"]
}
]
}

View File

@ -1,54 +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",
"WARNING"
],
"workbench.colorTheme": "Monokai",
"workbench.preferredDarkColorTheme": "Monokai",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.enablePreview": false
}