Skip to content

dayeondev/AlgoStudy

Repository files navigation

AlgoStudy

SOLVED.AC

https://goodgodgd.github.io/ian-flow/archivers/vscode-tutorial

VSC Setting

KeyboardShortcuts [Ctrl + K Ctrl + S] -> OpenKeyboardShortcuts(JSON)

[
  // build
  {
      "key": "ctrl+b",
      "command": "workbench.action.tasks.build", 
  },
  // run
  {
      "key": "ctrl+r",
      "command": "workbench.action.tasks.test", 
  },
  // replace keys for overlapping tasks
  {
      "key": "ctrl+shift+b",
      "command": "workbench.action.toggleSidebarVisibility"
  },
  {
      "key": "ctrl+shift+r",
      "command": "workbench.action.openRecent"
  },
]
How to Build&Run
  1. Save [Ctrl + S]
  2. Build [Ctrl + B]
  3. Run [Ctrl + R]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published