-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.devpod-workspace-config
More file actions
32 lines (28 loc) · 1017 Bytes
/
.devpod-workspace-config
File metadata and controls
32 lines (28 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# DevPod Workspace Configuration
# This file defines the standard workspace naming convention and management rules
# Workspace naming pattern: {project-name}-workspace
# Examples:
# nodejs-project → nodejs-project-workspace
# java17-project → java17-project-workspace
# python3-project → python3-project-workspace
# Project workspace mappings
[workspaces]
nodejs-project = "nodejs-project-workspace"
java17-project = "java17-project-workspace"
python3-project = "python3-project-workspace"
react-project = "react-project-workspace"
angular-project = "angular-project-workspace"
mern-fullstack = "mern-fullstack-workspace"
angular-java-fullstack = "angular-java-fullstack-workspace"
postgresql-devpod-project = "postgresql-devpod-project-workspace"
# Management settings
[settings]
auto_cleanup = true
reuse_existing = true
log_level = "info"
backup_before_delete = false
# DevPod Desktop integration
[desktop]
auto_open_on_browse = true
prefer_existing_workspace = true
show_workspace_conflicts = true