Skip to content

VSCode Note

VSC on Mac M1#

Open .drawio file natively#

  • @2021-12-01
  • VSC can open .drawio file natively!
  • There is no need to download and install any software to open .drawio file, nor using its website. WOW!

Running option#

  • @2021-10-27
  • To run the VScode without user data, use code . --user-data-dir <some_folder>
  • maybe edit configurations.args in launch.json will work
  • From vscode-docs#4906@gregvanl
  • Doc is on CLI page, very irrelevant.

VSCE#

  • VSCode Extension

Use non-relative path#

  • @2021-10-28
  • [ ] Unsolved

Unstage part of commit#

  • @2022-02-08
  • Just right click on the commit and select Unstage. Or select multiple lines first.
  • Not sure if it's of GitLens or built-in Git. Found both in settings.