ifc-language-server/.vscode
Ryan Schultz fd43c64e97 fix: Auto-reveal tree view and improve display
Changes:
- Tree view now automatically opens and focuses when command is run
- Display full entity definition lines in tree (not just type)
- Remove duplicate type annotation from tree items
- Fix preLaunchTask in launch.json (was object, should be string)
- Fix TypeScript error in treeView.reveal() call

Tree items now show cleanly:
  #8=IFCCARTESIANPOINT((0.,0.,0.));
Instead of:
  #8 = IFCCARTESIANPOINT (IFCCARTESIANPOINT)

Much more readable and useful!
2025-12-07 11:26:24 -06:00
..
launch.json fix: Auto-reveal tree view and improve display 2025-12-07 11:26:24 -06:00
tasks.json Implemented a working Language Server Protocol (LSP) for IFC files with: 2025-12-07 10:20:07 -06:00