Compare commits

..

No commits in common. "66c3bc8ffef8997eda6663f218e4b3bc276df5b5" and "746497fcf0dcb108e92c8b395041f8251ad82f17" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -1,8 +1,4 @@
#!/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]' > $EXTENSIONS_FILE_PATH
code-server --list-extensions | jq -R -s 'split("\n") | .[:-1]' > $HOME/.local/share/code-server/User/extensions.json

View file

@ -8,5 +8,6 @@
"ms-vscode.hexeditor",
"ngtystr.ppm-pgm-viewer-for-vscode",
"njpwerner.autodocstring",
"waderyan.gitblame",
"xdebug.php-debug"
]