mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
9203a421ba
And add `search.followSymlinks` so that js/adminjs results aren't duplicated by default (+ fix formatting)
14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"name": "Discourse",
|
|
"image": "discourse/discourse_dev:release",
|
|
"workspaceMount": "source=${localWorkspaceFolder}/../..,target=/var/www/discourse,type=bind",
|
|
"workspaceFolder": "/var/www/discourse",
|
|
"settings": {
|
|
"search.followSymlinks": false
|
|
},
|
|
"postCreateCommand": "sudo /sbin/boot",
|
|
"extensions": ["rebornix.Ruby"],
|
|
"forwardPorts": [9292],
|
|
"remoteUser": "discourse"
|
|
}
|