File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 5
5
"workspaceFolder" : " /workspace/custom" ,
6
6
"remoteUser" : " root" ,
7
7
"forwardPorts" : [8069 ],
8
+ "postCreateCommand" : " ln -s /workspace/.vscode /workspace/custom/.vscode || true" ,
8
9
"shutdownAction" : " stopCompose" ,
9
10
"customizations" : {
10
11
"vscode" : {
Original file line number Diff line number Diff line change @@ -158,3 +158,6 @@ cython_debug/
158
158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159
159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
160
# .idea/
161
+
162
+ # Ignore this Symlink
163
+ custom /.vscode
Original file line number Diff line number Diff line change
1
+ {
2
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
3
+ // for the documentation about the tasks.json format
4
+ "version" : " 2.0.0" ,
5
+ "tasks" : [
6
+ {
7
+ "label" : " Odoo Server Log" ,
8
+ "type" : " shell" ,
9
+ "command" : " tail -f /var/log/odoo/odoo-server.log" ,
10
+ }
11
+ ]
12
+ }
You can’t perform that action at this time.
0 commit comments