eecs280staff / tutorials

Tools and tutorials
https://eecs280staff.github.io/tutorials/
Other
5 stars 4 forks source link

Separate subsections for macOS and Windows launch.json #115

Closed awdeorio closed 1 year ago

awdeorio commented 1 year ago

There's an easy-to-miss confusion in the VSCode tutorial. The launch.json configuration for macOS and Windows is different because we recommend different plugins. However, it is VERY EASY to accidentally use the Windows (cppdbg) config on macOS (should be lldb config).

This PR makes separate subsections for macOS and Windows launch.json configs.

Closes #114

github-actions[bot] commented 1 year ago

The spec from this PR is available at https://preview.sesh.rs/previews/eecs280staff/tutorials/115/.

(Available until Sat Apr 22 2023.)

awdeorio commented 1 year ago

This is urgent (see Piazza), so I'm gonna merge. If I made a mistake, we can fix in a second PR. Please still take a look @ohjuny !