Created
February 17, 2024 19:42
-
-
Save cbolyard/42f678e6ca585cf7369ee10aff8e11b2 to your computer and use it in GitHub Desktop.
duckdb_vscode_setttings terminal profiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"duckdb": { | |
"path": "${env:ProgramFiles}\\PowerShell\\7\\pwsh.exe", | |
"overrideName": true, | |
"name": "duckdb", | |
"color": "terminal.ansiGreen" | |
}, | |
"duckdb-temp": { | |
"path": "${env:ProgramFiles}\\PowerShell\\7\\pwsh.exe", | |
"args": ["-NoExit", "-Command", "duckdb"], | |
"overrideName": true, | |
"name": "duckdb-temp", | |
"color": "terminal.ansiYellow" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment