mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
Compare commits
No commits in common. "8027b321ee1e495be718cba659ba818f22411a58" and "66c3bc8ffef8997eda6663f218e4b3bc276df5b5" have entirely different histories.
8027b321ee
...
66c3bc8ffe
3 changed files with 1 additions and 5 deletions
|
|
@ -6,8 +6,6 @@ alias n="nano"
|
|||
alias phpa="sudo update-alternatives --config php"
|
||||
# Restart all code-server processes. Sometimes it hangs on first startup
|
||||
alias restart_vscode="sudo systemctl restart code-server@vlw.service"
|
||||
# Force undo and unstage the last commit from git and git remote
|
||||
alias gitundo="git reset HEAD^ && git push origin +HEAD"
|
||||
|
||||
# +-------------------+
|
||||
# | Directory & Files |
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
"ms-python.debugpy",
|
||||
"ms-python.python",
|
||||
"ms-vscode.hexeditor",
|
||||
"neilbrayfield.php-docblocker",
|
||||
"ngtystr.ppm-pgm-viewer-for-vscode",
|
||||
"njpwerner.autodocstring",
|
||||
"xdebug.php-debug"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,5 @@
|
|||
"chat.disableAIFeatures": true,
|
||||
"editor.snippetSuggestions": "top",
|
||||
"emmet.showSuggestionsAsSnippets": true,
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"php-docblocker.useShortNames": true
|
||||
"telemetry.telemetryLevel": "off"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue