mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user