DEV: Remove deprecated Codespace setting (#16582)
And add `search.followSymlinks` so that js/adminjs results aren't duplicated by default (+ fix formatting)
This commit is contained in:
parent
bcb22821fb
commit
9203a421ba
|
@ -4,7 +4,7 @@
|
||||||
"workspaceMount": "source=${localWorkspaceFolder}/../..,target=/var/www/discourse,type=bind",
|
"workspaceMount": "source=${localWorkspaceFolder}/../..,target=/var/www/discourse,type=bind",
|
||||||
"workspaceFolder": "/var/www/discourse",
|
"workspaceFolder": "/var/www/discourse",
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
"search.followSymlinks": false
|
||||||
},
|
},
|
||||||
"postCreateCommand": "sudo /sbin/boot",
|
"postCreateCommand": "sudo /sbin/boot",
|
||||||
"extensions": ["rebornix.Ruby"],
|
"extensions": ["rebornix.Ruby"],
|
||||||
|
|
Loading…
Reference in New Issue