Skip to content
Beskid The Beskid Book

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

02. PATH not found — tooling anyway

File types, CLI discovery, VS Code + LSP, logging flags, and where the reference manuals hide.

PATH not found — tooling anyway

You have a binary. Now you need a workflow that does not devolve into grep archaeology every time the compiler disagrees with your mental model.

This chapter folds the old “tooling and editors” material into something you can actually use: what files exist, how discovery works, how the extension talks to the same project graph as the CLI, and where to read when you want every flag documented.

SectionTopic
File types and discovery.bd, .proj, Project.proj, Workspace.proj.
VS Code and LSPExtension, language ids, bundled vs local LSP.
CLI tourSubcommands you will touch in week one.
Logging and debug flagsProgress, verbosity, and not drowning in noise.
Reference deep divesPointers to CLI/LSP/project reference trees.
  • Know which file extensions mean what.
  • Configure editor support for .bd and .proj.
  • Know where CLI vs LSP vs analysis share the same manifest model.

01. It works on my machine

03. Project.proj or it didn’t happen