mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 01:12:42 +01:00
3 lines
129 B
Bash
Executable file
3 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
|
|
code-server --list-extensions | jq -R -s 'split("\n") | .[:-1]' > $HOME/.local/share/code-server/User/extensions.json
|