Marcus Tillmanns
Marcus Tillmanns
# Description This adds the command "getCurrentBranch", which is basically a copy of "copyCurrentBranch", to allow tasks to use the current branch name. Example: ``` "tasks": [ { "label": "echo",...
Similar to "CopyCurrentBranch", I'd like a way to get the current branch name in e.g. my tasks.json file: ``` "tasks": [ { "label": "echo", "type": "shell", "command": "echo ${command:gitlens.getCurrentBranch}", }...
The documentation states SOL_SAFE_FUNCTION, but in code its called SOL_SAFE_FUNCTION(S)
I'm having the following project structure: ``` exe => lua-5.4.6 (static .lib) => lua-base (dynamic .dll) -> Includes sol and defines a bunch of usertypes with base/derived classes => class...
I attached a reproduction example to the ticket: [main.cpp.txt](https://github.com/ThePhD/sol2/files/14865563/main.cpp.txt) The example crashes during the `m_entries.clear();` in the `~MyDynamic()` destructor. The crash only occurs if the `test()` function is started as...
Allows checking out only specific submodules instead of all
**Describe the issue** The CTA Buttons "Start learning" and "Start teaching" are not translated to german. **Add a screenshot (optional)** **Expected text** * "Ich will programmieren", "Ich will lehren"? *...