Baptiste Augrain

Results 92 issues of Baptiste Augrain

This PR is avoiding to build packages (like MSI) for every commit.

**Describe the bug** I've tested VSCodium on linux and I found out that it creates the directory `~/.vscode-oss`. It shouldn't do that. Here the tested distros: - lastest Arch (arch)...

bug

This PR is is copying a file if it's a binary. - fixes #217

When a file is an executable in the config repository, the file isn't executable in the target project.

This PR allows to customize the default title when creating a new step. By default, it will create the title with the format `{{file}}`. The available variables are: - `file`...

This PR organizes the tours by sub-directories. It should fixes #50

When building VSCodium in docker to generate the AppImage with the right `glibc` version, I've discovered that `grep docker /proc/1/cgroup >/dev/null && export DOCKER_BUILD=1 || true`, when run in Github...

Since building [VSCodium](https://github.com/VSCodium/vscodium) with the official version of `pkg2appimage`, when opening a terminal panel, we were/are getting the following error (https://github.com/VSCodium/vscodium/issues/760): ``` Fatal Python error: init_fs_encoding: failed to get the...

The `convert` provided by `pkg2appimage` is an AppImage. So in Docker, any recipe with a `convert` command will generate the error `Cannot mount AppImage, please check your FUSE setup.`. As...

### Discussed in https://github.com/zokugun/vscode-explicit-folding/discussions/86 Originally posted by **depascalis** August 13, 2022 Is it possible to have folding rules that only apply to specific filenames like `*.special.js` or `*.special`? If not...

good first issue