mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
Compare commits
2 commits
746497fcf0
...
66c3bc8ffe
| Author | SHA1 | Date | |
|---|---|---|---|
| 66c3bc8ffe | |||
| 7b36bef85f |
2 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
EXTENSIONS_FILE_PATH="$HOME/.local/share/code-server/User/extensions.json"
|
||||
|
||||
rm $EXTENSIONS_FILE_PATH
|
||||
|
||||
# Add each extension to a JSON array and write to file in code-server User dir
|
||||
code-server --list-extensions | jq -R -s 'split("\n") | .[:-1]' > $HOME/.local/share/code-server/User/extensions.json
|
||||
code-server --list-extensions | jq -R -s 'split("\n") | .[:-1]' > $EXTENSIONS_FILE_PATH
|
||||
|
|
|
|||
|
|
@ -8,6 +8,5 @@
|
|||
"ms-vscode.hexeditor",
|
||||
"ngtystr.ppm-pgm-viewer-for-vscode",
|
||||
"njpwerner.autodocstring",
|
||||
"waderyan.gitblame",
|
||||
"xdebug.php-debug"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue