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
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "Discourse",
|
"name": "Discourse",
|
||||||
"image": "discourse/discourse_dev:release",
|
"image": "discourse/discourse_dev:release",
|
||||||
"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"],
|
||||||
"forwardPorts": [9292],
|
"forwardPorts": [9292],
|
||||||
"remoteUser": "discourse"
|
"remoteUser": "discourse"
|
||||||
}
|
}
|
Loading…
Reference in New Issue