Skip to content

Instantly share code, notes, and snippets.

@8-88
8-88 / vs-code-user-setting.md
Created August 9, 2021 02:23 — forked from xgqfrms-GitHub/vs-code-user-setting.md
VS code setting.json & React JS
@8-88
8-88 / Mac OS X: Open in Visual Studio Code
Created June 10, 2021 03:13 — forked from tonysneed/Mac OS X: Open in Visual Studio Code
Add a command to Finder services in Mac OSX to open a folder in VS Code
- Open Automator
- File -> New -> Service
- Change "Service Receives" to "files or folders" in "Finder"
- Add a "Run Shell Script" action
- Change "Pass input" to "as arguments"
- Paste the following in the shell script box: open -n -b "com.microsoft.VSCode" --args "$*"
- Save it as something like "Open in Visual Studio Code"