Skip to content

chrismeyers/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

My solutions for Advent of Code programming puzzles

Visual Studio Code Workspaces

Some years have VS Code workspaces configured to enable better support for tooling. To open a workspace, run the following command from the root of the repo.

$ code <name>.code-workspace

For example, 2023 uses Ruby which in turn uses the Shopify.ruby-lsp extension. This extension attempts to resolve the formatter/linter (RuboCop) from the Gemfile, but fails since the Gemfile is not in the root of the repo. Launching the corresponding workspace gets around this problem and successfully resolves RuboCop.

About

My solutions for Advent of Code programming puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published