mirror of
https://github.com/acedanger/finance.git
synced 2025-12-06 07:00:13 -08:00
23 lines
680 B
JSON
23 lines
680 B
JSON
{
|
|
"terminal.integrated.cwd": "${workspaceFolder}",
|
|
"terminal.integrated.enablePersistentSessions": true,
|
|
"terminal.integrated.persistentSessionReviveProcess": "onExitAndWindowClose",
|
|
"terminal.integrated.enableMultiLinePasteWarning": "auto",
|
|
"terminal.integrated.splitCwd": "workspaceRoot",
|
|
"rest-client.environmentVariables": {
|
|
"$shared": {
|
|
"version": "v1"
|
|
},
|
|
"development": {
|
|
"host": "localhost",
|
|
"port": "4321",
|
|
"baseUrl": "http://localhost:4321/api"
|
|
},
|
|
"production": {
|
|
"host": "finance-app-production.example.com",
|
|
"port": "443",
|
|
"baseUrl": "https://finance-app-production.example.com/api"
|
|
}
|
|
}
|
|
}
|