File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed
Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1212 "pnpmVersion" : " none" ,
1313 "nvmVersion" : " latest"
1414 }
15- },
16- "containerEnv" : {
17- "TW_CONFIG_FILE" : " /workspaces/tasks-backend/config/config.dev.yaml"
18- },
19- "customizations" : {
15+ },
16+ "containerEnv" : {
17+ "TW_CONFIG_FILE" : " /workspaces/tasks-backend/config/config.dev.yaml"
18+ },
19+ "customizations" : {
20+ "vscode" : {
21+ "settings" : {
22+ "files.eol" : " \r\n " ,
23+ "git.autocrlf" : false ,
24+ "files.trimFinalNewlines" : false
25+ }
26+ },
2027 "codespaces" : {
2128 "repositories" : {
2229 "dkhalife/tasks-frontend" : {
3340 }
3441 }
3542 }
36- }
43+ },
44+ "mounts" : [
45+ {
46+ "source" : " ${localWorkspaceFolder}/../tasks-frontend" ,
47+ "target" : " /workspaces/tasks-frontend" ,
48+ "type" : " bind"
49+ }
50+ ],
51+ "workspaceFolder" : " /workspaces"
3752}
Original file line number Diff line number Diff line change 1+ * text =auto eol =crlf
You can’t perform that action at this time.
0 commit comments