Achille Lacoin

Results 63 issues of Achille Lacoin

## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Describe the bug The `alt+Up` keybinding introduced in 5.3.3 conflict with the alt+up keybinding of fish...

We should also integrate with the `Create: New File...` command.

enhancement
help wanted

Proposed solution: 1. The vscode extension encrypt the data, using [the same method as the website](https://blog.excalidraw.com/end-to-end-encryption/) 2. The binary data is sent to the excalidraw-store service 3. The user is...

enhancement

Example: https://github.com/hediet/vscode-drawio#editing-the-diagram-and-its-xml-side-by-side

enhancement
help wanted
blocked

It would be useful to be able to create a gist quickly by using the command : ```console gist new < gist.md ```

Asciidoctor is a popular alternative to markdown, with many additional feature for code documentation. Currently, it is impossible to use this extension to lint asciidoc files.

enhancement
help wanted
languageid

I'm building a raycast clone for linux as a learning project, using cmdk and wails.io. It worked really well for me so far, thanks a lot for releasing this !...

enhancement

I did not find a way to effectively integrate devbox with vscode. As the broad majority of devs are using this editor these days, this is a concern for adoption...

feature

I'm trying to install devbox inside a docker container, however the `--yes` flag does not work: ``` curl -fsSL https://get.jetpack.io/devbox -o install-devbox.sh && chmod +x ./install-devbox.sh && ./install-devbox.sh --yes ```...

bug