mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
Compare commits
No commits in common. "66c3bc8ffef8997eda6663f218e4b3bc276df5b5" and "746497fcf0dcb108e92c8b395041f8251ad82f17" have entirely different histories.
66c3bc8ffe
...
746497fcf0
2 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
#!/bin/sh
|
#!/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
|
# 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]' > $EXTENSIONS_FILE_PATH
|
code-server --list-extensions | jq -R -s 'split("\n") | .[:-1]' > $HOME/.local/share/code-server/User/extensions.json
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,6 @@
|
||||||
"ms-vscode.hexeditor",
|
"ms-vscode.hexeditor",
|
||||||
"ngtystr.ppm-pgm-viewer-for-vscode",
|
"ngtystr.ppm-pgm-viewer-for-vscode",
|
||||||
"njpwerner.autodocstring",
|
"njpwerner.autodocstring",
|
||||||
|
"waderyan.gitblame",
|
||||||
"xdebug.php-debug"
|
"xdebug.php-debug"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue