Visual Studio Codeの設定ファイルをDropboxで同期する
DRANK
前提 機能拡張のリストは別途保存してある。 $ code --list-extensions 実装 初回 #!/usr/bin/env bash set -eu SRC="$HOME/Library/Application Support/Code/User" DST="$HOME/Dropbox/conf/vscode" mv "${SRC}/settings.json" "${DST}/" mv "${SRC}/snippets" "$...
2 comments
Subway surfers is one of the most polished games in its genre. Highly recommended!
Syncing your Visual Studio Code settings across multiple devices using Dropbox might seem like a task that requires a bit of technical finesse, especially before the official sync feature was introduced. Just like how you might set up your favorite TV to watch shows on different devices, you can use scripts to ensure your coding environment is consistent wherever you go. The key is creating symbolic links that point to your Dropbox folder, allowing your settings to stay updated across all your devices, much like how your favorite shows are available on your TV, no matter which room you're in. While this method might be a bit old school, it's still a great way to ensure everything stays in sync—whether it's your VSCode setup or your go-to tv izle!