Skip to content

Instantly share code, notes, and snippets.

@cbolyard
Created February 17, 2024 19:42
Show Gist options
  • Save cbolyard/42f678e6ca585cf7369ee10aff8e11b2 to your computer and use it in GitHub Desktop.
Save cbolyard/42f678e6ca585cf7369ee10aff8e11b2 to your computer and use it in GitHub Desktop.
duckdb_vscode_setttings terminal profiles
"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