Jan Jurzitza
Jan Jurzitza
Additionally you can change which release it downloads by changing the user setting d.servedReleaseChannel to beta (uses source from pre-releases) or nightly (uses latest-ish commit)
when invoking dmd it shows where to source the config file from (could use that in detection)
I think as a workaround you should be able to use `"dub_args": [":enginetest"]` in your custom config for now
this feature already exists? Can you try serve-d nightly? add user setting `"d.servedReleaseChannel": "nightly"` then reload window (close other vscode windows if more than 1)
are you sure you are doing Ctrl-B? For me it only works with Ctrl-Shift-B and Ctrl-B is show/hide sidebar Ctrl-Shift-B list: 
`dub test` and dub rebuild are in groups "test" & "rebuild", not in "build", so vscode might be doing some filtering here. Which vscode version do you use? Is there...
check in Ctrl-Shift-P / F1 if there are test or clean/rebuild commands maybe provided by some extension which could change this. Or if the user settings contain anything about test...
whats your Ctrl-Shift-B bound to? it should be Tasks: Run Build Task
should be fixed with 0.23.x
I saw that @SeijiFujita has some translations of the settings in his repo: https://github.com/SeijiFujita/quiita_works/blob/master/using_vscode_04/using_vscode_04.md#d-configuration-settingjson @SeijiFujita Are those direct translations that I could include in the japanese translation of code-d in...